15 lines
486 B
Bash
15 lines
486 B
Bash
# Template file for 'ruplacer'
|
|
pkgname=ruplacer
|
|
version=0.6.4
|
|
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=4f66e8970942e55dc287c585eef7a21394aefa49df746cef429f9e5bc6714c7a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|