15 lines
388 B
Bash
15 lines
388 B
Bash
# Template file for 'sd'
|
|
pkgname=sd
|
|
version=0.6.4
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Intuitive find & replace CLI"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/chmln/sd"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=ceb29887826b9b5c56990ca9dc81a3e6177a0e08424954f4d80e76c413591a8d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|