mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: cargo-machete-0.8.0
This commit is contained in:
parent
1be9a13f13
commit
66c6256e02
1 changed files with 18 additions and 0 deletions
18
srcpkgs/cargo-machete/template
Normal file
18
srcpkgs/cargo-machete/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'cargo-machete'
|
||||||
|
pkgname=cargo-machete
|
||||||
|
version=0.8.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
# hostmakedepends="pkg-config"
|
||||||
|
short_desc="Remove unused Rust dependencies"
|
||||||
|
maintainer="klardotsh <josh@klar.sh>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/bnjbvr/cargo-machete"
|
||||||
|
changelog="https://raw.githubusercontent.com/bnjbvr/cargo-machete/main/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/bnjbvr/cargo-machete/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=5d7b5cb94a6742cd76838a2a36f701cdf1e5d97bb0477dbb7ba03587dd791248
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue