diff options
Diffstat (limited to 'user/sprunge/APKBUILD')
-rw-r--r-- | user/sprunge/APKBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/user/sprunge/APKBUILD b/user/sprunge/APKBUILD index 024486ea4..bc7a3e2df 100644 --- a/user/sprunge/APKBUILD +++ b/user/sprunge/APKBUILD @@ -5,18 +5,13 @@ pkgrel=0 pkgdesc="Helper script to paste things to http://sprunge.us" url="http://sprunge.us" arch="noarch" +options="!check" # Simple shell scripts; no test required. license="GPL-2.0" depends="curl" -makedepends= -install="" +makedepends="" subpackages="tpaste dpaste ix" source="" builddir="$srcdir" -options="!check" # Simple shell scripts; no test required. - -build() { - cd "$builddir" -} package() { cd "$builddir" |