summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-25 00:29:42 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-25 00:29:42 -0500
commit59bf995df5593ba620f10a1ab2815f8947620cca (patch)
tree4bf44b4d4b6330be7fcd2e3c028af2a98f019e52
parent39d55521d88105621a5c7b0286842ea995df2e23 (diff)
downloadpackages-59bf995df5593ba620f10a1ab2815f8947620cca.tar.gz
packages-59bf995df5593ba620f10a1ab2815f8947620cca.tar.bz2
packages-59bf995df5593ba620f10a1ab2815f8947620cca.tar.xz
packages-59bf995df5593ba620f10a1ab2815f8947620cca.zip
user/sprunge: modernise
-rw-r--r--user/sprunge/APKBUILD9
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"