void-packages/srcpkgs/reptyr/template

17 lines
515 B
Plaintext
Raw Normal View History

2014-12-05 22:28:48 +01:00
# Template file for 'reptyr'
pkgname=reptyr
2015-01-19 10:24:55 +01:00
version=0.6.1
2014-12-05 22:28:48 +01: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 10:26:20 +01:00
license="MIT"
2014-12-05 22:28:48 +01:00
homepage="https://github.com/nelhage/reptyr"
distfiles="https://github.com/nelhage/reptyr/archive/${pkgname}-${version}.tar.gz"
2015-01-19 10:24:55 +01:00
checksum=9255c83c8b3544a7974b92dcfa4cced2749635f5f99e045b1dd54dfdefd1a00f
2015-01-05 10:26:20 +01:00
post_install() {
vlicense COPYING LICENSE
}