Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
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
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ermine
Adélie Package Tree
Commits
81699086
Verified
Commit
81699086
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/efibootmgr: new package
parent
474d17e3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/efibootmgr/APKBUILD
+27
-0
27 additions, 0 deletions
user/efibootmgr/APKBUILD
with
27 additions
and
0 deletions
user/efibootmgr/APKBUILD
0 → 100644
+
27
−
0
View file @
81699086
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
efibootmgr
pkgver
=
15
pkgrel
=
0
pkgdesc
=
"A user-space application to modify the Intel EFI Boot Manager"
url
=
"https://github.com/rhboot/efibootmgr"
arch
=
"x86 x86_64 arm64 ia64"
license
=
"GPL-2.0"
depends
=
""
makedepends
=
"efivar-dev gettext-dev"
install
=
""
options
=
"!check"
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/rhboot/
$pkgname
/releases/download/
$pkgver
/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$builddir
"
make
EFIDIR
=
"Adelie"
libdir
=
"/usr/lib"
LIBS
=
"intl"
}
package
()
{
cd
"
$builddir
"
make
EFIDIR
=
"Adelie"
libdir
=
"/usr/lib"
LIBS
=
"intl"
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"d9d9eef14d373d5da88141e8105f754fea4c039755ed0a0cb9b3c9c2bb285733ad930fd912df42075fe2cf750585699307b067f594d8e65269b3b8a5a00b1cd1 efibootmgr-15.tar.bz2"
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