mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
25 lines
798 B
Text
25 lines
798 B
Text
# Contributor: Hossein Hosni <hosni.hossein@gmail.com>
|
|
# Maintainer: Hossein Hosni <hosni.hossein@gmail.com>
|
|
pkgname=isoinfo
|
|
pkgver=0_git20131217 # the git repo doesn't have a release yet
|
|
pkgrel=1
|
|
pkgdesc="Utility programs for dumping and verifying iso9660 images"
|
|
url="https://github.com/cmatsuoka/isoinfo"
|
|
arch="all"
|
|
license="MIT"
|
|
_commit="9c91703ec9d9f8579bcf5ce63b95f17f731d5ee1"
|
|
source="$pkgname-$pkgver.zip::https://github.com/cmatsuoka/isoinfo/archive/$_commit.zip"
|
|
builddir="$srcdir/isoinfo-$_commit"
|
|
options="!check" # no testsuite
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
install -Dm 755 isoinfo "$pkgdir"/usr/bin/isoinfo
|
|
}
|
|
|
|
sha512sums="
|
|
9d22036465bcd41a1e9e16e66154d68c93dedf3efcd3b698de11009ea9c8bb46898e257646756f7fd2a563a260ad59e26a4e82c13a8e8cb1685966aa327def82 isoinfo-0_git20131217.zip
|
|
"
|