aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorkajisha <kajisha@gmail.com>2018-04-02 13:29:06 +0900
committerJakub Jirutka <jakub@jirutka.cz>2018-04-05 19:04:50 +0200
commit505ff7688a4b3c31502303450c013e6aa44aee94 (patch)
tree7f65b3b6fd06e818fd55851a5eb9741117f26760 /testing
parentb45819dc053fcdf9298f6aac0892b9977cc9cc1c (diff)
downloadaports-505ff7688a4b3c31502303450c013e6aa44aee94.tar.bz2
aports-505ff7688a4b3c31502303450c013e6aa44aee94.tar.xz
community/rcm: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/rcm/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/rcm/APKBUILD b/testing/rcm/APKBUILD
deleted file mode 100644
index 7f57abb566..0000000000
--- a/testing/rcm/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Hiroshi Kajisha <kajisha@gmail.com>
-# Maintainer: Hiroshi Kajisha <kajisha@gmail.com>
-pkgname=rcm
-pkgver=1.3.1
-pkgrel=0
-pkgdesc="rc file (dotfile) management"
-url="https://github.com/thoughtbot/rcm"
-arch="noarch"
-license="BSD-3-Clause"
-makedepends="autoconf automake ruby-mustache"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/thoughtbot/$pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- ./autogen.sh
- CONFIG_SHELL=/bin/sh ./configure --prefix=/usr
- make -j1
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="14ea8597efde30d286d2c020ff40cc3c2b61e57e50d20693f9402958284e3e709bf94706cc9c1ca74f5be9b0f5d8969ec21cd1e69efc553286bbf101ede03bd9 rcm-1.3.1.tar.gz"