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