aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-17 17:59:45 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-17 17:59:45 +0200
commit67c11a490af8cf792bcdd7d9316bc4c6ac4fba31 (patch)
tree1f23500df2b34ca45fd9ead05fb4eb000a1096d4 /testing
parenta99142d7b515b13c288eb9cfae34f0c899f4c04f (diff)
downloadaports-67c11a490af8cf792bcdd7d9316bc4c6ac4fba31.tar.bz2
aports-67c11a490af8cf792bcdd7d9316bc4c6ac4fba31.tar.xz
community/uidmapshift: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/uidmapshift/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/uidmapshift/APKBUILD b/testing/uidmapshift/APKBUILD
deleted file mode 100644
index 3b8740c8b6..0000000000
--- a/testing/uidmapshift/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=uidmapshift
-pkgver=0.1.0
-pkgrel=0
-pkgdesc="Shift UIDs/GIDs of directory entries recursively by some offset"
-url="https://github.com/jirutka/uidmapshift"
-arch="noarch"
-license="MIT"
-depends="lua lua-lunix lua-optarg"
-makedepends=""
-source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/uidmapshift/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-package() {
- cd "$builddir"
-
- install -D -m 755 uidmapshift.lua "$pkgdir"/usr/bin/uidmapshift
-}
-
-md5sums="218414174c361042d47f2f2b4a6b042b uidmapshift-0.1.0.tar.gz"
-sha256sums="4f3afb177ee9c3ae0ae61243b3d0b8b3631daf4f37246b3c72f27e933d0aa232 uidmapshift-0.1.0.tar.gz"
-sha512sums="eee50c5952b59ec33160904821afb24401edae30e71f3df097fe8272967e5cc1b9ebe8438d20895681ebd434b884c04b2f684a119c0ee3b06c042fd2709de905 uidmapshift-0.1.0.tar.gz"