Working state

This commit is contained in:
DarkFeather
2019-04-15 15:58:35 -05:00
parent 4310ab7323
commit 151648f44f
15 changed files with 147 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Shikoba Kage <darkfeather@aninix.net>
pkgname=aninix-helloworld
pkgver=0.1.1
pkgver=0.1.4310ab732341ac3317c9aa706b3058b8e7162486
pkgver() {
printf "0.1.""$(git rev-parse HEAD)"
}
@@ -32,11 +32,13 @@ prepare() {
}
build() {
make -C ..
git config remote.origin.url
}
check() {
make -C "${srcdir}/.." test
cd "${srcdir}/.."
chmod a+r "${srcdir}/../pkg"
make test
}
package() {