aboutsummaryrefslogtreecommitdiffstats
path: root/community/rcm/APKBUILD
blob: dd816096971ad343a08927e528bcadba4f32a02a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Hiroshi Kajisha <kajisha@gmail.com>
# Maintainer: Hiroshi Kajisha <kajisha@gmail.com>
pkgname=rcm
pkgver=1.3.4
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://thoughtbot.github.io/rcm/dist/rcm-$pkgver.tar.gz"

build() {
	CONFIG_SHELL=/bin/sh ./configure --prefix=/usr
	make -j1
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="347facbb99c08ead942a299ef981a22e4e1578235d256343a91d1f0e9ffcda8e8053d6470861538a7435fdff2a176221a17222858eb5e0e8c5c4930b399e7fc5  rcm-1.3.4.tar.gz"