vp-build/srcpkgs/ruplacer/template

17 lines
559 B
Bash

# Template file for 'ruplacer'
pkgname=ruplacer
version=0.8.0
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=7109bf19c0f62ec477c952c1c509353f7c6abd19deb9169384ebc9d21ad71dc7
post_install() {
vlicense LICENSE
}