mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
tmplgen: rebuild for libressl-2.9.2.
This commit is contained in:
parent
4b84792bd2
commit
c582bdfdd4
1 changed files with 5 additions and 1 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=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
|
@ -12,6 +12,10 @@ homepage="https://github.com/Cogitri/tmplgen"
|
||||||
distfiles="https://static.crates.io/crates/tmplgen/tmplgen-${version}.crate"
|
distfiles="https://static.crates.io/crates/tmplgen/tmplgen-${version}.crate"
|
||||||
checksum=5e5dc4b3e50f4f2dc87f510bb3d1547a86ecd5a52c0f33305a0a7a3dca40bee9
|
checksum=5e5dc4b3e50f4f2dc87f510bb3d1547a86ecd5a52c0f33305a0a7a3dca40bee9
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl-sys --precise 0.9.46
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/tmplgen.1
|
vman man/tmplgen.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue