20 lines
686 B
Bash
20 lines
686 B
Bash
# Template file for 'cargo-edit'
|
|
pkgname=cargo-edit
|
|
version=0.10.4
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/killercup/cargo-edit/master/CHANGELOG.md"
|
|
distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
|
|
checksum=f4a6d94b48b27b6db7bd27d6091f0c9aeddf224c8a8dfe31133750530f096890
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|