3fb586d0bd
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
15 lines
396 B
Bash
15 lines
396 B
Bash
# Template file for 'amber'
|
|
pkgname=amber
|
|
version=0.5.3
|
|
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=0670b6672204639816b498d008313c17d98c48ca23f6461c0e52c36d5d8f0ba0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|