18 lines
551 B
Bash
18 lines
551 B
Bash
# Template file for 'cargo-edit'
|
|
pkgname=cargo-edit
|
|
version=0.4.2
|
|
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=bc906edbd3e2a9cd8b7ee46bba6a7b46f052c4eedc89d25ca59247784b0f8c10
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|