Skip to content

Commit

Permalink
New package: mkbootimg-2021.04.27
Browse files Browse the repository at this point in the history
abootimg simply doesn't cut it anymore for newer Android devices which
have an updated boot.img header format with additional required
configuration.
  • Loading branch information
JamiKettunen committed Jul 28, 2021
1 parent 1082d43 commit 76112e2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/mkbootimg/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'mkbootimg'
pkgname=mkbootimg
version=2021.04.27
revision=1
build_style=meta
short_desc="Android mkbootimg + unpackbootimg, updated osm0sis fork"
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/osm0sis/mkbootimg"
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
checksum="a77a2c1a12804ea02cb808c08d80901ff7439d6184fbaa15726fcac4e167303d"

do_build() {
make CC="$CC" AR="$AR rc"
}

do_install() {
vbin mkbootimg
vbin unpackbootimg
vlicense NOTICE
}

0 comments on commit 76112e2

Please sign in to comment.