PKGBUILD updates and some testing fixes
This commit is contained in:
16
PKGBUILD
16
PKGBUILD
@@ -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() {
|
||||
|
Reference in New Issue
Block a user