void-packages/srcpkgs/cargo-edit/template
2020-01-21 15:27:56 +01:00

17 lines
551 B
Bash

# Template file for 'cargo-edit'
pkgname=cargo-edit
version=0.5.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=a62b1cb309f1a91c909cac4f1fa49a6fcfd9a643c5368b63d44e8b975109356a
post_install() {
vlicense LICENSE
}