PKGBUILD updates and some testing fixes

This commit is contained in:
DarkFeather
2019-04-15 14:53:57 -05:00
parent d4a1aabfdc
commit 4310ab7323
8 changed files with 82 additions and 27 deletions

View File

@@ -1,21 +1,21 @@
# Maintainer: Shikoba Kage <darkfeather@aninix.net>
pkgname=cryptoworkbench
pkgver=0.1.ac4a8cb406377081eb1c1de2a3abe482508d6f57
pkgname=aninix-helloworld
pkgver=0.1.1
pkgver() {
printf "0.1.""$(git rev-parse HEAD)"
}
pkgrel=1
epoch=
pkgdesc="AniNIX::CryptoWorkbench \\\\ Simple Cryptography Utility"
pkgdesc="AniNIX::HelloWorld \\\\ Sample HelloWorld Source"
arch=("x86_64")
url="https://aninix.net/foundation/CryptoWorkbench"
url="https://aninix.net/foundation/HelloWorld"
license=('custom')
groups=()
depends=('mono>=5.0.0' 'curl' 'grep' 'bash>=4.4' 'git>=2.13')
makedepends=('make>=4.2')
depends=('bash>=4.4')
makedepends=('make>=4.2' 'mono>5.0.0' 'php' 'perl' 'java-environment' 'python>=3.7' 'gcc')
checkdepends=()
optdepends=()
provides=('cryptoworkbench')
provides=('aninix-helloworld')
conflicts=()
replaces=()
backup=()
@@ -36,7 +36,7 @@ build() {
}
check() {
printf 'quit\n\n' | make -C "${srcdir}/.." test
make -C "${srcdir}/.." test
}
package() {