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