new : test/just-fail-1.0
This commit is contained in:
27
test/just-fail-1.0.PKGBUILD
Normal file
27
test/just-fail-1.0.PKGBUILD
Normal file
@@ -0,0 +1,27 @@
|
||||
pkgname=just-fail
|
||||
pkgver=1.0
|
||||
pkgdesc="just issue a fail"
|
||||
homepage=""
|
||||
license=(GPL)
|
||||
sources=()
|
||||
urls=()
|
||||
md5sums=()
|
||||
|
||||
src_prepare() {
|
||||
:
|
||||
}
|
||||
|
||||
src_build() {
|
||||
false || true
|
||||
true
|
||||
}
|
||||
|
||||
src_check() {
|
||||
false || true
|
||||
true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
false
|
||||
touch ${pkgdir}/test
|
||||
}
|
||||
Reference in New Issue
Block a user