diff --git a/srcpkgs/id3/template b/srcpkgs/id3/template new file mode 100644 index 0000000000..486f8d19ff --- /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 +}