15 lines
396 B
Bash
15 lines
396 B
Bash
# Template file for 'amber'
|
|
pkgname=amber
|
|
version=0.5.8
|
|
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=f12e0b176273e011209e7d8613d1b9a049e50aeb536871c1f6c05a9d6a494935
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|