mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tmplgen: switch to git tag based tarball
This commit is contained in:
parent
35aae8c70b
commit
49243574e6
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tmplgen'
|
# Template file for 'tmplgen'
|
||||||
pkgname=tmplgen
|
pkgname=tmplgen
|
||||||
version=1.3.1
|
version=1.3.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
|
@ -9,8 +9,10 @@ short_desc="Void Linux template generator for language-specific package managers
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Cogitri/tmplgen"
|
homepage="https://github.com/Cogitri/tmplgen"
|
||||||
distfiles="https://static.crates.io/crates/tmplgen/tmplgen-${version}.crate"
|
distfiles="https://github.com/Cogitri/tmplgen/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=5e5dc4b3e50f4f2dc87f510bb3d1547a86ecd5a52c0f33305a0a7a3dca40bee9
|
checksum=8c8aa5b65045614529626978852416a965d57c77dd5953be58bc84f8d8b27f9b
|
||||||
|
# cba for now, tests weren't shipped in the previous tarballs
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/tmplgen.1
|
vman man/tmplgen.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue