void-packages/srcpkgs/cargo-edit/template

18 lines
551 B
Bash
Raw Normal View History

2019-06-20 12:57:37 +02:00
# Template file for 'cargo-edit'
pkgname=cargo-edit
2019-06-20 23:57:20 +02:00
version=0.3.3
2019-06-20 12:57:37 +02: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-06-20 23:57:20 +02:00
checksum=8b5df34e2df8002e9777daa983eef389d302526a0dce5e7a70a3cccf780b0064
2019-06-20 12:57:37 +02:00
post_install() {
vlicense LICENSE
}