parent
af7cd935e0
commit
489026ea8f
1 changed files with 18 additions and 0 deletions
18
srcpkgs/tklib/template
Normal file
18
srcpkgs/tklib/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'tklib'
|
||||
pkgname=tklib
|
||||
version=0.7
|
||||
revision=1
|
||||
wrksrc="tklib-tklib-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config tcllib tk"
|
||||
depends="tcllib tk"
|
||||
short_desc="Companion to Tcllib, for Tk related packages"
|
||||
maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
|
||||
license="TCL"
|
||||
homepage="https://core.tcl-lang.org/tklib/home"
|
||||
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=93890db81a5b0cdb62c386265ec4fcdaab60824e8e6e882c7fecc69ff49afc66
|
||||
|
||||
post_install() {
|
||||
vlicense ./license.terms LICENSE
|
||||
}
|
Loading…
Reference in a new issue