reptyr: update to 0.6.
This commit is contained in:
parent
ed477febfe
commit
98feccc3d0
1 changed files with 7 additions and 3 deletions
|
@ -1,12 +1,16 @@
|
||||||
# Template file for 'reptyr'
|
# Template file for 'reptyr'
|
||||||
pkgname=reptyr
|
pkgname=reptyr
|
||||||
version=0.5
|
version=0.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Reparent a running program to a new terminal"
|
short_desc="Reparent a running program to a new terminal"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="MIT"
|
||||||
homepage="https://github.com/nelhage/reptyr"
|
homepage="https://github.com/nelhage/reptyr"
|
||||||
distfiles="https://github.com/nelhage/reptyr/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/nelhage/reptyr/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=b58bff5e06096ce4409983cce85fabc1280ed4115c478c0fec968ce2a4dcec1c
|
checksum=71a4f87da228807e540d688b1446d9ba28556e02a9a63175981f66bb39f1049b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue