void-packages/srcpkgs/ruplacer/template

16 lines
471 B
Bash
Raw Normal View History

2019-12-03 20:20:48 +00:00
# Template file for 'ruplacer'
pkgname=ruplacer
version=0.4.1
revision=1
build_style=cargo
short_desc="Find and replace text in source files"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="BSD-3-Clause"
homepage="https://github.com/TankerHQ/ruplacer"
distfiles="https://static.crates.io/crates/ruplacer/ruplacer-${version}.crate"
checksum=90a9cf9d018b46ada4be7fedf004a0933a5b1fc000bbdfe40806c94b931d8c8f
post_install() {
vlicense LICENSE
}