16 lines
471 B
Bash
16 lines
471 B
Bash
# Template file for 'ruplacer'
|
|
pkgname=ruplacer
|
|
version=0.4.3
|
|
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=3dd4fcaea05dcd98dbcdc302ef1446d2af5f4d7fa7f7d35fe4666581a0597ffa
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|