New package: id3-0.80
This commit is contained in:
parent
d8aae66267
commit
92fec2ca36
|
@ -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 <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
|
||||
}
|
Loading…
Reference in New Issue