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
c995021c
Unverified
Commit
c995021c
authored
5 years ago
by
Dang Huynh
Committed by
Oliver Smith
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
hybris/lxc-android: fix linting errors (
!931
)
Signed-off-by:
Danct12
<
danct12@disroot.org
>
parent
b84d04ee
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
hybris/lxc-android/APKBUILD
+17
-16
17 additions, 16 deletions
hybris/lxc-android/APKBUILD
with
17 additions
and
16 deletions
hybris/lxc-android/APKBUILD
+
17
−
16
View file @
c995021c
# Contributor: TheKit <nekit1000@gmail.com>
# Contributor: Alexey Min <alexey.min@gmail.com>
# Maintainer: TheKit <nekit1000@gmail.com>
pkgname
=
lxc-android
pkgver
=
1.0_git20190315
pkgrel
=
2
arch
=
"
no
arch
!x86 !x86_64
"
arch
=
"
a
arch
64 armhf armv7
"
url
=
"https://github.com/Halium/lxc-android"
license
=
"Apache"
makedepends
=
""
depends
=
"lxc shadow"
_commit
=
"9551443e5ab11d0d21cb544f681bcb7603b870de"
install
=
"
$pkgname
.post-install"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/Halium/
$pkgname
/archive/
$_commit
.tar.gz
add_android_groups.sh
logcat
pre-start.sh
0001-lxcconfig.patch
0002-fix-android-rules.patch
lxc-android.init"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/Halium/
lxc-android
/archive/
$_commit
.tar.gz
add_android_groups.sh
logcat
pre-start.sh
0001-lxcconfig.patch
0002-fix-android-rules.patch
lxc-android.init"
pkgdesc
=
"Configuration for starting Halium build of Android inside LXC container"
options
=
"!check"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
package
()
{
cd
"
$builddir
"
mkdir
-p
"
$pkgdir
"
cp
-r
"
$builddir
"
/
*
"
$pkgdir
"
...
...
@@ -38,14 +39,14 @@ package() {
install
-m755
"
$srcdir
/pre-start.sh"
"
$pkgdir
/var/lib/lxc/android/pre-start.sh"
# OpenRC services
install
-Dm755
"
$
{
srcdir
}
/lxc-android.init"
\
"
$
{
pkgdir
}
/etc/init.d/lxc-android"
install
-Dm755
"
$srcdir
/lxc-android.init"
\
"
$pkgdir
/etc/init.d/lxc-android"
install
-Dm755
"
$
{
srcdir
}
/logcat"
\
"
$
{
pkgdir
}
/usr/bin/logcat"
install
-Dm755
"
$srcdir
/logcat"
\
"
$pkgdir
/usr/bin/logcat"
install
-Dm755
"
$
{
srcdir
}
/add_android_groups.sh"
\
"
$
{
pkgdir
}
/usr/sbin/add_android_groups.sh"
install
-Dm755
"
$srcdir
/add_android_groups.sh"
\
"
$pkgdir
/usr/sbin/add_android_groups.sh"
}
sha512sums
=
"348650f24464abb7a5d2b3e86e762efbdf770bf5f91d4fb12eb62290e3e29b94bcb91fac36cb0b550f4cb1ad9941b97ea7b7c44cccdf9af51d6b35233b6fe46d lxc-android-9551443e5ab11d0d21cb544f681bcb7603b870de.tar.gz
5917947c88e47e7ce982822b8d286073da6b8104a0c3df335b1358908cff0e3d819573a341392958aafb533503847ed2b188cb0e88086a8be16244383a577862 add_android_groups.sh
...
...
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