aboutsummaryrefslogtreecommitdiffstats
path: root/testing/reptyr/APKBUILD
blob: 2d9e9c9336f682068ea5a37eee00b1b44eae3cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=reptyr
pkgver=0.7.0
pkgrel=0
pkgdesc="Reparent a running program to a new terminal"
url="https://github.com/nelhage/reptyr"
arch="x86 x86_64 armhf armv7"
license="MIT"
makedepends="linux-headers"
subpackages="$pkgname-doc"
source="https://github.com/nelhage/$pkgname/archive/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/"reptyr-reptyr-$pkgver

build() {
	cd "$builddir"
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="d95a05634f7e4e55f487577baee50fc773f0d9957be5ac1a678bd0434baffd994c08a884496f6400ee101333c310eaaf2150f9053d3b4b6e525820a7ed24a8e6  reptyr-0.7.0.tar.gz"