aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 06:36:12 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 06:36:12 -0300
commit4afbd107fdf26c3d0bee9a2d8596c49f4015ac90 (patch)
treeaf49c67bf886ed78a244ddb0b688e52f7ec7c7af /testing
parent909c6ca71475d921342a37d48eea67411cc2dbb9 (diff)
downloadaports-4afbd107fdf26c3d0bee9a2d8596c49f4015ac90.tar.bz2
aports-4afbd107fdf26c3d0bee9a2d8596c49f4015ac90.tar.xz
community/snooze: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/snooze/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/snooze/APKBUILD b/testing/snooze/APKBUILD
deleted file mode 100644
index de0150dc97..0000000000
--- a/testing/snooze/APKBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=snooze
-pkgver=0.3
-pkgrel=0
-pkgdesc="Run a command at a particular time"
-url="https://github.com/leahneukirchen/snooze"
-options="!check" # Provides no testsuite
-arch="all"
-license="CC0-1.0"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/leahneukirchen/snooze/archive/v${pkgver}.tar.gz"
-
-build() {
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-
-sha512sums="ca6e22fdf7af399f698b1c47ad7d204dde69339300d13bc76cedb4cc18a535f7c463bac883adf2331062e79ebfc450c703d5d1e6fbfce84e985470967655ad16 snooze-0.3.tar.gz"