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
bec6e7ce
Commit
bec6e7ce
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
testing/mycroft-embedded-shell: new aport
parent
05ce7360
No related branches found
No related tags found
1 merge request
!27034
testing/mycroft-embedded-shell: new aport
Pipeline
#98451
canceled
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/mycroft-embedded-shell/APKBUILD
+46
-0
46 additions, 0 deletions
testing/mycroft-embedded-shell/APKBUILD
with
46 additions
and
0 deletions
testing/mycroft-embedded-shell/APKBUILD
0 → 100644
+
46
−
0
View file @
bec6e7ce
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
mycroft-embedded-shell
pkgver
=
0_git20211005
pkgrel
=
0
_commit
=
"c2855bffe17cd346397909bf84842eca2d15bd39"
pkgdesc
=
"A MyCroft GUI app which is intended to run on low power hardware"
url
=
"https://github.com/OpenVoiceOS/mycroft-embedded-shell"
# armhf blocked by extra-cmake-modules
# s390x and riscv64 blocked by polkit -> plasma-pa
# ppc64le blocked by qt5-qtwebview
arch
=
"all !armhf !s390x !riscv64 !ppc64le"
license
=
"Apache-2.0"
depends
=
"plasma-pa"
makedepends
=
"
extra-cmake-modules
kdbusaddons-dev
ki18n-dev
qt5-qtbase-dev
qt5-qtdeclarative-dev
qt5-qtwebview-dev
"
source
=
"https://github.com/OpenVoiceOS/mycroft-embedded-shell/archive/
$_commit
/mycroft-embedded-shell-
$_commit
.tar.gz"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
build
()
{
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
cmake
--build
build
}
check
()
{
cd
build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
5b7e664e27234d5ee29401f5525b7d19e2b39c58cd5da9c4b8496f0527e7fcd9b6894593a246b2e2b30b30b90b03aa95c7ceed1295da5f0f0dfe1029396402ae mycroft-embedded-shell-c2855bffe17cd346397909bf84842eca2d15bd39.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