aports/community/cd-discid/APKBUILD
John Vogel 08d1ffc551 */*: add maintainer variable to my aports
Remove Contributor comments that have me as contributor in
aports I maintain.
2024-10-16 17:58:57 +00:00

24 lines
687 B
Text

# Maintainer: John Vogel <jvogel@stygian.me>
maintainer="John Vogel <jvogel@stygian.me>"
pkgname=cd-discid
pkgver=1.4
pkgrel=7
pkgdesc="A backend utility to get CDDB discid information from a CD-ROM disc"
url="https://linukz.org/cd-discid.shtml"
arch="all"
license="GPL-2.0-or-later OR GPL-1.0-or-later OR Artistic-1.0-Perl"
makedepends="linux-headers"
subpackages="$pkgname-doc"
source="https://linukz.org/download/cd-discid-$pkgver.tar.gz"
build() {
make
}
package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
sha512sums="
04f3962f7f3f0780c41b2f361397b54efe9c9748643d83311d63f7476d28f9bd295b96dd81f06df2c1e7d6ef095c6732107101c0fb7375fa521f4db67a3984da cd-discid-1.4.tar.gz
"