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