void-packages/srcpkgs/reptyr/template
2018-12-06 14:34:41 +01:00

17 lines
572 B
Bash

# Template file for 'reptyr'
pkgname=reptyr
version=0.7.0
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-makefile
make_install_args="BASHCOMPDIR=/usr/share/bash-completion/completions"
short_desc="Reparent a running program to a new terminal"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/nelhage/reptyr"
distfiles="https://github.com/nelhage/reptyr/archive/${pkgname}-${version}.tar.gz"
checksum=b1c539f4c8e695d575f5d4593e64a3a04d63b0f0c5d34e6c735fd28e365d4983
post_install() {
vlicense COPYING LICENSE
}