main/asus-transformer-blobtools: remove (MR 4772)
Devices that had been using it currently require users to install U-Boot, so this package is not used and not needed anymore
This commit is contained in:
parent
5e7ab9f35f
commit
9a5f7177b1
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
pkgname=asus-transformer-blobtools
|
|
||||||
pkgver=1.1.0
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="Tools for unpacking & repacking blobs used for updating 'hidden' partitions on ASUS Transformer"
|
|
||||||
url="https://gitlab.com/postmarketOS/asus-transformer-blobtools/"
|
|
||||||
arch="all"
|
|
||||||
license="Apache-2.0"
|
|
||||||
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketOS/asus-transformer-blobtools/-/archive/$pkgver/asus-transformer-blobtools-$pkgver.tar.gz"
|
|
||||||
options="!check" # No tests
|
|
||||||
build() {
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
for i in blobpack blobunpack; do
|
|
||||||
install -Dm755 "$i" "$pkgdir"/usr/bin/"$(basename "$i")"
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="04cab2462e06b7b756ff28be838d1bf0de2748c95a8692c6d5847c8469d5f6735d074c0d0e15bfc9746bb415621abdb6645bb3ce69acda90084a85c9b1426f6f asus-transformer-blobtools-1.1.0.tar.gz"
|
|
Loading…
Reference in a new issue