17 lines
533 B
Bash
17 lines
533 B
Bash
# Template file for 'ruplacer'
|
|
pkgname=ruplacer
|
|
version=0.8.3
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Find and replace text in source files"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/your-tools/ruplacer"
|
|
changelog="https://github.com/your-tools/ruplacer/raw/main/CHANGELOG.md"
|
|
distfiles="https://github.com/your-tools/ruplacer/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=a4cbbba2377f07a5656f435d32a6920a7afb7d37cdc81f884a5150abed7ced4c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|