Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
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
Model registry
Monitor
Service Desk
Analyze
Model experiments
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
alpine
aports
Commits
4fe1bfed
Commit
4fe1bfed
authored
2 years ago
by
Clayton Craft
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/purism-ectool: new aport
parent
9fb7e1a4
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!36130
testing/purism-ectool: new aport
Pipeline
#127676
passed
2 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/purism-ectool/APKBUILD
+35
-0
35 additions, 0 deletions
testing/purism-ectool/APKBUILD
with
35 additions
and
0 deletions
testing/purism-ectool/APKBUILD
0 → 100644
+
35
−
0
View file @
4fe1bfed
# Contributor: Clayton Craft <clayton@craftyguy.net>
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname
=
purism-ectool
pkgver
=
1.9
pkgrel
=
0
pkgdesc
=
"EC firmware tool for Purism systems"
url
=
"https://source.puri.sm/firmware/librem-ec"
arch
=
"x86_64"
license
=
"MIT"
makedepends
=
"cargo eudev-dev linux-headers"
source
=
"https://source.puri.sm/firmware/librem-ec/-/archive/
$pkgver
/librem-ec-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/librem-ec-
$pkgver
/tool"
prepare
()
{
default_prepare
cargo fetch
--locked
}
build
()
{
cargo build
--frozen
--release
}
check
()
{
cargo
test
--frozen
}
package
()
{
install
-Dm755
target/release/purism_ectool
\
"
$pkgdir
"
/usr/bin/purism_ectool
}
sha512sums
=
"
f98f42b1f509c9fb1ba85d55321d32577f64062d5d819c48bb73cb93d71e5f2cf25d73d7ee945a8f147b6aba436b94944c770bc20553cc2406df95d3cfae72e4 librem-ec-1.9.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