16 lines
427 B
Bash
16 lines
427 B
Bash
# Template file for 'amber'
|
|
pkgname=amber
|
|
version=0.6.0
|
|
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="https://github.com/dalance/amber/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=41908502077197f55ec86b3a4dd4059a78deae9833e9ba33302b1146cc1ec3f5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|