16 lines
513 B
Text
16 lines
513 B
Text
# Template file for 'reptyr'
|
|
pkgname=reptyr
|
|
version=0.6
|
|
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=71a4f87da228807e540d688b1446d9ba28556e02a9a63175981f66bb39f1049b
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|