17 lines
531 B
Bash
17 lines
531 B
Bash
# Template file for 'reptyr'
|
|
pkgname=reptyr
|
|
version=0.10.0
|
|
revision=1
|
|
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=c6ffbc34a511ac00d072219bda30699e51f2f4eb483cbae9e32e981d49e8b380
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|