17 lines
559 B
Bash
17 lines
559 B
Bash
# Template file for 'ruplacer'
|
|
pkgname=ruplacer
|
|
version=0.8.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"
|
|
changelog="https://github.com/your-tools/ruplacer/raw/main/CHANGELOG.md"
|
|
distfiles="https://github.com/dmerejkowsky/ruplacer/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=b8525d315ce6cac6515a59b52fa3b0430bd124acd1cd378b5ef9adc81ce8d44c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|