void-packages/srcpkgs/massren/template

18 lines
467 B
Bash
Raw Normal View History

2015-08-30 17:48:53 +00:00
# Template file for 'massren'
pkgname=massren
2015-10-12 09:32:05 +00:00
version=1.4.0
2015-08-30 17:48:53 +00:00
revision=1
build_style=go
hostmakedepends="git"
short_desc="Massive renamer from command line"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="MIT"
go_import_path="github.com/laurent22/${pkgname}"
homepage="https://${go_import_path}"
distfiles="$homepage/archive/v$version.tar.gz"
2015-10-12 09:32:05 +00:00
checksum=0cbde648b1581c56d93948604af0e1473b116c2ddfcd0516468cca1c3be76abb
2015-08-30 17:48:53 +00:00
post_install() {
vlicense README.md
}