19 lines
598 B
Bash
19 lines
598 B
Bash
# Template file for 'cargo-edit'
|
|
pkgname=cargo-edit
|
|
version=0.8.0
|
|
revision=1
|
|
archs="x86_64* i686* aarch64* arm*" # uses ring
|
|
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=4a08e914c17204cb3ab303b62362ca30d44cf457b3b1d7bde117b8ab4cb2fa64
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|