void-packages/srcpkgs/massren/template
Érico Rolim b8c5e59acd srcpkgs/: clean up Go packages.
Fix small typos, expand some variables, leave comments for updates.
2021-02-19 12:07:43 -03:00

18 lines
472 B
Bash

# Template file for 'massren'
pkgname=massren
version=1.5.4
revision=7
build_style=go
hostmakedepends="git"
short_desc="Massive renamer from command line"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
go_import_path="github.com/laurent22/massren"
homepage="https://github.com/laurent22/massren"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=7a728d96a9e627c3609d147db64bba60ced33c407c75e9512147a5c83ba94f56
post_install() {
vlicense README.md
}