void-packages/srcpkgs/cargo-edit/template

18 lines
551 B
Bash
Raw Normal View History

2019-06-20 10:57:37 +00:00
# Template file for 'cargo-edit'
pkgname=cargo-edit
2019-08-20 18:03:25 +00:00
version=0.4.0
2019-06-20 10:57:37 +00:00
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
short_desc="Utility for managing cargo dependencies from the command line"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/killercup/cargo-edit"
distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
2019-08-20 18:03:25 +00:00
checksum=fc3883cadb1e50fcb0b96a60eb304392acaa1d4afe168d03921b2b220023c609
2019-06-20 10:57:37 +00:00
post_install() {
vlicense LICENSE
}