mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
cargo-license: update to 0.6.1.
This commit is contained in:
parent
37421c48fd
commit
9969a2d7e7
1 changed files with 3 additions and 8 deletions
|
@ -1,19 +1,14 @@
|
|||
# Template file for 'cargo-license'
|
||||
pkgname=cargo-license
|
||||
version=0.5.1
|
||||
revision=2
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Cargo subcommand to see license of dependencies"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/onur/cargo-license"
|
||||
distfiles="https://github.com/onur/cargo-license/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=934359118e69dfdf75c0e3b25a1bd154c3568a73e767bd35cb2fa91320016569
|
||||
|
||||
post_patch() {
|
||||
# upstream does not ship a lockfile yet: https://github.com/onur/cargo-license/pull/63
|
||||
cargo generate-lockfile
|
||||
}
|
||||
checksum=37cd75c8f3cc3e9fb48980be4251ed40b7c57d1c7eaee3a924c21f8738ea69a7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue