16 lines
486 B
Bash
16 lines
486 B
Bash
# Template file for 'ruplacer'
|
|
pkgname=ruplacer
|
|
version=0.6.2
|
|
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/dmerejkowsky/ruplacer"
|
|
distfiles="https://github.com/dmerejkowsky/ruplacer/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=54533bb5ee33a5580f6d1160e92f4adf436350937dd2705de14ed9af185ee875
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|