New package: massren-1.3.0
This commit is contained in:
parent
8eaca36414
commit
19cc92d316
1 changed files with 18 additions and 0 deletions
18
srcpkgs/massren/template
Normal file
18
srcpkgs/massren/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'massren'
|
||||
pkgname=massren
|
||||
version=1.3.0
|
||||
revision=1
|
||||
build_style=go
|
||||
nocross=yes
|
||||
hostmakedepends="git"
|
||||
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"
|
||||
checksum=2ec30ad581a3460886e7da795bb5355a1a3404732739558e4648a9689b880648
|
||||
|
||||
post_install() {
|
||||
vlicense README.md
|
||||
}
|
Loading…
Reference in a new issue