2018-11-19 19:49:40 +01:00
|
|
|
# Template file for 'cargo-outdated'
|
|
|
|
pkgname=cargo-outdated
|
2018-12-27 15:05:29 +01:00
|
|
|
version=0.8.0
|
2018-11-19 19:49:40 +01:00
|
|
|
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"
|
2018-12-27 15:05:29 +01:00
|
|
|
distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
|
|
|
|
checksum=6e07552706cdebceaf5b03bcd022082cdafca70e8e095a74ace95c767e39d509
|
2018-11-19 19:49:40 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE-MIT
|
|
|
|
}
|