void-packages/srcpkgs/cargo-edit/template
2021-03-05 16:24:07 +01:00

18 lines
550 B
Bash

# Template file for 'cargo-edit'
pkgname=cargo-edit
version=0.7.0
revision=2
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-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"
checksum=56b51ef8d52d8b414b5c4001053fa196dc7710fea9b1140171a314bc527a2ea2
post_install() {
vlicense LICENSE
}