mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: cargo-outdated-0.7.1
This commit is contained in:
parent
558d92438e
commit
9d1c39beb6
1 changed files with 17 additions and 0 deletions
17
srcpkgs/cargo-outdated/template
Normal file
17
srcpkgs/cargo-outdated/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'cargo-outdated'
|
||||||
|
pkgname=cargo-outdated
|
||||||
|
version=0.7.1
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libgit2-devel libressl-devel"
|
||||||
|
short_desc="Cargo subcommand for displaying when dependencies are out of date"
|
||||||
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/kbknapp/cargo-outdated"
|
||||||
|
distfiles="https://static.crates.io/crates/cargo-outdated/cargo-outdated-${version}.crate"
|
||||||
|
checksum=3dfd9bf724f19c30dc9cb933a967746113e1c8283ab195ce44dd7ac9a8579180
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE-MIT
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue