16 lines
477 B
Bash
16 lines
477 B
Bash
# Template file for 'massren'
|
|
pkgname=massren
|
|
version=1.5.7
|
|
revision=2
|
|
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=7e7dd149bd3364235247268cc684b5a35badd9bee22f39960e075c792d037a8c
|
|
|
|
post_install() {
|
|
vlicense README.md
|
|
}
|