2015-08-30 19:48:53 +02:00
|
|
|
# Template file for 'massren'
|
|
|
|
pkgname=massren
|
2016-04-07 10:54:42 +02:00
|
|
|
version=1.5.1
|
2016-04-13 11:43:38 +02:00
|
|
|
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"
|
2016-04-07 10:54:42 +02:00
|
|
|
checksum=21a602a29410e30b1b518356d5707b25b22b9d2578aaf0d0d5ab3de9e0ad225d
|
2015-08-30 19:48:53 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense README.md
|
|
|
|
}
|