17 lines
530 B
Bash
17 lines
530 B
Bash
# Template file for 'reptyr'
|
|
pkgname=reptyr
|
|
version=0.9.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=b442fbb80a1003b1985974c6fc9eeb8124a43a9bf014ae6af8cde0ca5e587731
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|