vp-build/srcpkgs/reptyr/template

18 lines
572 B
Bash

# Template file for 'reptyr'
pkgname=reptyr
version=0.8.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=4b470ed2a0d25fed591739fa9613ce7ad3d0377891eb56cbe914e3c85db46ca8
post_install() {
vlicense COPYING LICENSE
}