mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo-c: update to 0.9.18.
This commit is contained in:
parent
1f26538e75
commit
08ebd7e821
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cargo-c'
|
# Template file for 'cargo-c'
|
||||||
pkgname=cargo-c
|
pkgname=cargo-c
|
||||||
version=0.9.17
|
version=0.9.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,10 +11,14 @@ license="MIT"
|
||||||
homepage="https://crates.io/crates/cargo-c"
|
homepage="https://crates.io/crates/cargo-c"
|
||||||
distfiles="https://github.com/lu-zero/cargo-c/archive/v${version}.tar.gz
|
distfiles="https://github.com/lu-zero/cargo-c/archive/v${version}.tar.gz
|
||||||
https://github.com/lu-zero/cargo-c/releases/download/v${version}/Cargo.lock"
|
https://github.com/lu-zero/cargo-c/releases/download/v${version}/Cargo.lock"
|
||||||
checksum="95fcf50505516dfa6a941e666d1388810da9d7a9e1c623c09068faef5d50b3b9
|
checksum="1839c3e31f19eae346c47dcf2084bda80d875a8bb01fb2c55489802c7793c2d8
|
||||||
53a6340faee4ae1c56ca8a61087908b0fccce0352a070de404bcce05d20f369a"
|
7c4ebb1140e3b4452f7cda6027413fb29449b85c9c35d3f5df3dbed36287ac8c"
|
||||||
skip_extraction="Cargo.lock"
|
skip_extraction="Cargo.lock"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cargo.lock ${wrksrc}
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue