631f9fdc7e
closes #5299 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
19 lines
484 B
Bash
19 lines
484 B
Bash
# 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
|
|
}
|