mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
8a45955cdd
commit
2b83e3f43d
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tcllib'
|
# Template file for 'tcllib'
|
||||||
pkgname=tcllib
|
pkgname=tcllib
|
||||||
version=1.20
|
version=1.21
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="tcllib-tcllib-${version/./-}"
|
wrksrc="tcllib-tcllib-${version/./-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config tcl"
|
hostmakedepends="pkg-config tcl"
|
||||||
|
@ -9,9 +9,10 @@ depends="tcl"
|
||||||
short_desc="Set of pure-Tcl extensions"
|
short_desc="Set of pure-Tcl extensions"
|
||||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||||
license="TCL"
|
license="TCL"
|
||||||
homepage="http://core.tcl.tk/tcllib/"
|
homepage="https://core.tcl.tk/tcllib/"
|
||||||
|
changelog="https://core.tcl-lang.org/tcllib/doc/tcllib-${version/./-}/support/releases/history/README-${version}.txt"
|
||||||
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version/./-}.tar.gz"
|
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version/./-}.tar.gz"
|
||||||
checksum=076daf919ba0f8964dacb86ae974a6992db4d874eb738dffec1e1efebbd6d080
|
checksum=c939b06b3383480a293d6d3cec9af91491e8a38aa3571dfb5024fbf0db260bbd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ./license.terms LICENSE
|
vlicense ./license.terms LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue