aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apk-file
diff options
context:
space:
mode:
authorDaniele Debernardi <drebrez@gmail.com>2019-10-01 23:19:02 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-10-13 14:08:40 +0200
commitfd4ff6f89c763b92e2d722565fc927c9e72933c6 (patch)
treedf493db482136d9c326519c6d265b478b9c79ac3 /testing/apk-file
parent8573d2da9594df6a393c1035ff54ac64a19bd35d (diff)
downloadaports-fd4ff6f89c763b92e2d722565fc927c9e72933c6.tar.bz2
aports-fd4ff6f89c763b92e2d722565fc927c9e72933c6.tar.xz
community/apk-file: move from testing
Diffstat (limited to 'testing/apk-file')
-rw-r--r--testing/apk-file/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/apk-file/APKBUILD b/testing/apk-file/APKBUILD
deleted file mode 100644
index 91eb3f1284..0000000000
--- a/testing/apk-file/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Daniele Debernardi <drebrez@gmail.com>
-# Maintainer: Daniele Debernardi <drebrez@gmail.com>
-pkgname=apk-file
-pkgver=0.3.5
-pkgrel=1
-pkgdesc="Command line front end for pkgs.alpinelinux.org"
-url="https://github.com/genuinetools/apk-file"
-arch="all"
-license="MIT"
-makedepends="go"
-source="$pkgname-$pkgver.tar.gz::https://github.com/genuinetools/$pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/go/src/github.com/genuinetools/$pkgname"
-
-prepare() {
- mkdir -p "$srcdir/go/src/github.com/genuinetools"
- mv "$srcdir/$pkgname-$pkgver" "$builddir"
-}
-
-build() {
- export GOPATH="$srcdir/go"
- cd "$builddir"
- make
-}
-
-check() {
- export GOPATH="$srcdir/go"
- cd "$builddir"
- make test
-}
-
-package() {
- install -Dm755 "$builddir/apk-file" \
- "$pkgdir/usr/bin/apk-file"
-}
-
-sha512sums="b007a57a243a7b135663fde76fbad5b97e06dd474a32bfbd5e8ffc6b4f77e76d055b96c65b7001631b70a55816858935dfd7dfbcf016984dd1dc0a6a75939e7f apk-file-0.3.5.tar.gz"