void-packages/srcpkgs/cargo-edit/template
2020-10-06 14:15:33 +02:00

17 lines
551 B
Bash

# Template file for 'cargo-edit'
pkgname=cargo-edit
version=0.7.0
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"
checksum=56b51ef8d52d8b414b5c4001053fa196dc7710fea9b1140171a314bc527a2ea2
post_install() {
vlicense LICENSE
}