void-packages/srcpkgs/reptyr/template

17 lines
515 B
Text
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
2014-12-05 21:28:48 +00:00
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>"
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
post_install() {
vlicense COPYING LICENSE
}