New package: amber-0.5.1
closes #5299 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
e4a13b8593
commit
631f9fdc7e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/amber/template
Normal file
19
srcpkgs/amber/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue