17 lines
559 B
Bash
17 lines
559 B
Bash
# Template file for 'ruplacer'
|
|
pkgname=ruplacer
|
|
version=0.8.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/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=aed24fc2bd688733c0176a79c8709adee2251f721a3405972906b8ac82b1ba74
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|