15 lines
388 B
Bash
15 lines
388 B
Bash
# Template file for 'sd'
|
|
pkgname=sd
|
|
version=0.6.5
|
|
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=ed38e5103080373b00443f72683ac2785b18e354ab6ef4797e27af028be9baf2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|