void-packages/srcpkgs/sd/template
2020-10-25 17:28:23 +01:00

15 lines
405 B
Bash

# Template file for 'sd'
pkgname=sd
version=0.7.6
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="https://github.com/chmln/sd/archive/v${version}.tar.gz"
checksum=faf33a97797b95097c08ebb7c2451ac9835907254d89863b10ab5e0813b5fe5f
post_install() {
vlicense LICENSE
}