From 92fec2ca36606bd0c0fc5a281fc7d69cde1ab8ab Mon Sep 17 00:00:00 2001 From: cr6git Date: Mon, 8 Jan 2018 09:01:59 +0100 Subject: [PATCH] New package: id3-0.80 --- srcpkgs/id3/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/id3/template diff --git a/srcpkgs/id3/template b/srcpkgs/id3/template new file mode 100644 index 00000000000..486f8d19ff0 --- /dev/null +++ b/srcpkgs/id3/template @@ -0,0 +1,16 @@ +# Template file for 'id3' +pkgname=id3 +version=0.80 +revision=1 +build_style=gnu-makefile +make_install_args="prefix=/usr mandir=/usr/share/man" +short_desc="Tool for manipulating id3 and id3v2 tags in multiple files" +maintainer="cr6git " +license="BSD" +homepage="https://squell.github.io/id3/" +distfiles="https://github.com/squell/id3/releases/download/${version}/id3-${version}.tar.gz" +checksum=aa61735c5806ed77b71de1408a78371d04add8c8c9b1532a055949081e5a35e2 + +post_install() { + vlicense COPYING +}