void-packages/srcpkgs/reptyr/template

20 lines
604 B
Bash
Raw Normal View History

2014-12-05 21:28:48 +00:00
# Template file for 'reptyr'
pkgname=reptyr
2015-02-01 13:19:22 +00:00
version=0.6.2
2015-05-16 14:21:11 +00:00
revision=2
2014-12-05 21:28:48 +00:00
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-makefile
short_desc="Reparent a running program to a new terminal"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
2015-01-05 09:26:20 +00:00
license="MIT"
2014-12-05 21:28:48 +00:00
homepage="https://github.com/nelhage/reptyr"
distfiles="https://github.com/nelhage/reptyr/archive/${pkgname}-${version}.tar.gz"
2015-02-01 13:19:22 +00:00
checksum=c73de510eeedc37a0aac63ea4be9a3c841bbbda029232f871b15d53733a0ee1e
2015-01-05 09:26:20 +00:00
2015-05-16 14:21:11 +00:00
post_extract() {
sed -i 's/enum __ptrace_request/int/g' platform/linux/linux_ptrace.c
}
2015-01-05 09:26:20 +00:00
post_install() {
vlicense COPYING LICENSE
}