16 lines
515 B
Text
16 lines
515 B
Text
# Template file for 'reptyr'
|
|
pkgname=reptyr
|
|
version=0.6.2
|
|
revision=1
|
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
build_style=gnu-makefile
|
|
short_desc="Reparent a running program to a new terminal"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/nelhage/reptyr"
|
|
distfiles="https://github.com/nelhage/reptyr/archive/${pkgname}-${version}.tar.gz"
|
|
checksum=c73de510eeedc37a0aac63ea4be9a3c841bbbda029232f871b15d53733a0ee1e
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|