void-packages/srcpkgs/sd/template

16 lines
388 B
Bash
Raw Normal View History

2019-01-01 15:22:03 +00:00
# Template file for 'sd'
pkgname=sd
2019-01-18 02:22:09 +00:00
version=0.4.3
2019-01-01 15:22:03 +00:00
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"
2019-01-18 02:22:09 +00:00
checksum=d3d463c36597158cc5a8ac327c1710a73825ae1a960ead707915d98de4dc8732
2019-01-01 15:22:03 +00:00
post_install() {
vlicense LICENSE
}