pmaports/main/0xffff/APKBUILD

23 lines
641 B
Text
Raw Normal View History

pkgname=0xffff
2019-09-09 09:26:26 +00:00
pkgver=0.8
pkgrel=0
pkgdesc="Open Free Fiasco Firmware Flasher for Maemo devices"
url="https://github.com/pali/0xFFFF"
arch="all"
2019-09-09 09:26:26 +00:00
license="GPL-3.0-or-later"
makedepends="linux-headers libusb-compat-dev"
subpackages="$pkgname-doc"
2019-09-09 09:26:26 +00:00
source="https://github.com/pali/0xFFFF/releases/download/$pkgver/0xFFFF-$pkgver.tar.gz"
builddir="$srcdir/0xFFFF-$pkgver"
options="!check" # No test suite
build() {
make
}
package() {
2019-09-09 09:26:26 +00:00
make PREFIX=/usr DESTDIR="$pkgdir/" install
}
2019-09-09 09:26:26 +00:00
sha512sums="514104d60561d601628081de44109c89a21e861e2a0c8ad7e5b9b0fef19c068af9ee1b274a55722083f85b0ca9f6a84a8c6cd97b9017d85b4e975974bb73506a 0xFFFF-0.8.tar.gz"