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