Release 0.3.0-alpha.1 #164

Merged
Jef Roosens merged 78 commits from release-0.3.0-alpha.1 into main 2022-05-06 20:12:52 +02:00
2 changed files with 5 additions and 6 deletions
Showing only changes of commit 4d26797453 - Show all commits

View file

@ -10,6 +10,8 @@ pipeline:
build: build:
image: 'menci/archlinuxarm:base-devel' image: 'menci/archlinuxarm:base-devel'
commands: commands:
# Add the vieter repository so we can use the compiler
- echo -e '[vieter]\nServer = https://arch.r8r.be/$repo/$arch\nSigLevel = Optional' >> /etc/pacman.conf
# Update packages # Update packages
- pacman -Syu --noconfirm - pacman -Syu --noconfirm
# Create non-root user to perform build & switch to their home # Create non-root user to perform build & switch to their home

View file

@ -2,10 +2,10 @@
pkgbase='vieter' pkgbase='vieter'
pkgname='vieter' pkgname='vieter'
pkgver=0.2.0.r24.g9a56bd0 pkgver=0.2.0.r25.g20112b8
pkgrel=1 pkgrel=1
depends=('glibc' 'openssl' 'libarchive' 'gc') depends=('glibc' 'openssl' 'libarchive' 'gc')
makedepends=('git' 'gcc') makedepends=('git' 'gcc' 'vieter-v')
arch=('x86_64' 'aarch64' 'armv7') arch=('x86_64' 'aarch64' 'armv7')
url='https://git.rustybever.be/Chewing_Bever/vieter' url='https://git.rustybever.be/Chewing_Bever/vieter'
license=('AGPL3') license=('AGPL3')
@ -20,10 +20,7 @@ pkgver() {
build() { build() {
cd "$pkgname" cd "$pkgname"
# Build the compiler make prod
CFLAGS= make v
V_PATH=v/v make prod
} }
package() { package() {