Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
a4dec99f
Unverified
Commit
a4dec99f
authored
3 years ago
by
Luca Weiss
Committed by
Alexey Minnekhanov
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/extract-dtb: upgrade to 1.2.2 (MR 2358)
parent
5e0369a4
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#196336
passed
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/extract-dtb/APKBUILD
+14
-5
14 additions, 5 deletions
main/extract-dtb/APKBUILD
with
14 additions
and
5 deletions
main/extract-dtb/APKBUILD
+
14
−
5
View file @
a4dec99f
# Maintainer: Pablo Castellano <pablo@anche.no>
pkgname
=
extract-dtb
pkgver
=
1.
1
pkgrel
=
1
pkgver
=
1.
2.2
pkgrel
=
0
pkgdesc
=
"Tool to split a kernel image with appended dtbs into separated kernel and dtb files"
url
=
"https://github.com/PabloCastellano/extract-dtb"
arch
=
"noarch"
license
=
"GPL-3.0-or-later"
depends
=
"python3"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/PabloCastellano/extract-dtb/archive/v
$pkgver
.tar.gz"
makedepends
=
"py3-setuptools"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/PabloCastellano/extract-dtb/archive/
$pkgver
.tar.gz"
options
=
"!check"
build
()
{
python3 setup.py build
}
package
()
{
install
-Dm755
extract-dtb.py
"
$pkgdir
"
/usr/bin/extract-dtb
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
# https://github.com/PabloCastellano/extract-dtb/issues/13
rm
-v
"
$pkgdir
"
/usr/CHANGES.md
"
$pkgdir
"
/usr/LICENSE
}
sha512sums
=
"4ded48f9e7b2f810df4504b6fa905dbadcce54fa55f381d05545b30b9eef8938cf334d18137f28b4b3fd791b4ecde2fff4502987635147949efbc91007a82acb extract-dtb-1.1.tar.gz"
sha512sums
=
"
ceef6fe350ee657737e92faf57859da9d643ff9f66be25425759f0bd523669e982583969bf4f30d02c81d2e961bc26d7a581a446ca0957021cc95afdbe9ee63f extract-dtb-1.2.2.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment