void-packages/srcpkgs/sd/template
2019-04-08 10:38:38 -03:00

21 lines
521 B
Bash

# Template file for 'sd'
pkgname=sd
version=0.5.0
revision=1
wrksrc="sd-sd-${version}"
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/sd-${version}.tar.gz"
checksum=167940e76ce0dd0129832e1cc1302eef9318f9003d27d968fbcba912ce23bb1c
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="MAP_32BIT not available" ;;
esac
post_install() {
vlicense LICENSE
}