void-packages/srcpkgs/cargo-outdated/template
2019-03-04 20:59:00 -03:00

18 lines
578 B
Bash

# Template file for 'cargo-outdated'
pkgname=cargo-outdated
version=0.8.0
revision=2
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://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
checksum=6e07552706cdebceaf5b03bcd022082cdafca70e8e095a74ace95c767e39d509
post_install() {
vlicense LICENSE-MIT
}