forked from vieter-v/vieter
Compare commits
4 Commits
1a076a7a8c
...
7fdbcdf3e7
| Author | SHA1 | Date |
|---|---|---|
|
|
7fdbcdf3e7 | |
|
|
d4306133e0 | |
|
|
1990ade089 | |
|
|
e008133981 |
|
|
@ -23,7 +23,7 @@ pipeline:
|
|||
- su builder
|
||||
# Due to a bug with the V compiler, we can't just use the PKGBUILD from
|
||||
# inside the repo
|
||||
- curl -OL https://git.rustybever.be/Chewing_Bever/vieter/raw/branch/dev/PKGBUILD
|
||||
- curl -OL https://git.rustybever.be/vieter/vieter/raw/branch/dev/PKGBUILD
|
||||
- makepkg -s --noconfirm --needed
|
||||
when:
|
||||
event: push
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ pipeline:
|
|||
commands:
|
||||
- make
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
event: [pull_request]
|
||||
branch:
|
||||
exclude: [main]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ pipeline:
|
|||
commands:
|
||||
- make lint
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
event: [ pull_request ]
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ pipeline:
|
|||
commands:
|
||||
- make test
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
event: [pull_request]
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -4,12 +4,12 @@ pkgbase='vieter'
|
|||
pkgname='vieter'
|
||||
pkgver=0.2.0.r25.g20112b8
|
||||
pkgrel=1
|
||||
depends=('glibc' 'openssl' 'libarchive' 'gc')
|
||||
depends=('glibc' 'openssl' 'libarchive' 'gc' 'sqlite')
|
||||
makedepends=('git' 'gcc' 'vieter-v')
|
||||
arch=('x86_64' 'aarch64' 'armv7')
|
||||
url='https://git.rustybever.be/Chewing_Bever/vieter'
|
||||
arch=('x86_64' 'aarch64')
|
||||
url='https://git.rustybever.be/vieter/vieter'
|
||||
license=('AGPL3')
|
||||
source=($pkgname::git+https://git.rustybever.be/Chewing_Bever/vieter#branch=dev)
|
||||
source=($pkgname::git+https://git.rustybever.be/vieter/vieter#branch=dev)
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue