16 lines
517 B
Bash
16 lines
517 B
Bash
# 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 <quark6@protonmail.com>"
|
|
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
|
|
}
|