void-packages/srcpkgs/massren/template

18 lines
472 B
Bash
Raw Normal View History

2015-08-30 19:48:53 +02:00
# Template file for 'massren'
pkgname=massren
2015-12-08 11:49:49 +01:00
version=1.5.0
revision=2
2015-08-30 19:48:53 +02:00
build_style=go
2016-02-19 21:49:11 +01:00
hostmakedepends="git-perl"
2015-08-30 19:48:53 +02:00
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-12-08 11:49:49 +01:00
checksum=1d8b4a429cc768eaa86c3492bb6eb7b235f8d097d5246b6e5cf1b82827e3e1dd
2015-08-30 19:48:53 +02:00
post_install() {
vlicense README.md
}