void-packages/srcpkgs/sd/template
2020-05-23 10:32:03 +02:00

16 lines
405 B
Bash

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