New package: amber-0.5.1

closes #5299

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
SolitudeSF 2018-12-01 13:44:30 +02:00 committed by maxice8
parent e4a13b8593
commit 631f9fdc7e
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

19
srcpkgs/amber/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'amber'
pkgname=amber
version=0.5.1
revision=1
build_style=cargo
short_desc="Code search/replace tool"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://github.com/dalance/amber"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=3f8f8971b07cc12a9b45365edc385d8815c9c3a32b93c1202ee95b58aad4992c
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="MAP_32BIT not available" ;;
esac
post_install() {
vlicense LICENSE
}