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
7fb2bd6a
Commit
7fb2bd6a
authored
3 years ago
by
David Demelier
Committed by
Leo
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/libretro-beetle-pce-fast: remove bundled deps
parent
ffd93855
Loading
Loading
1 merge request
!21920
testing/libretro-beetle-pce-fast: remove bundled deps
Pipeline
#83494
passed
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/libretro-beetle-pce-fast/APKBUILD
+4
-2
4 additions, 2 deletions
testing/libretro-beetle-pce-fast/APKBUILD
with
4 additions
and
2 deletions
testing/libretro-beetle-pce-fast/APKBUILD
+
4
−
2
View file @
7fb2bd6a
...
@@ -2,18 +2,20 @@
...
@@ -2,18 +2,20 @@
# Maintainer: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname
=
libretro-beetle-pce-fast
pkgname
=
libretro-beetle-pce-fast
pkgver
=
0_git20210412
pkgver
=
0_git20210412
pkgrel
=
0
pkgrel
=
1
_commit
=
"b29972b83e54599239781efd6c0c2d77ad65f3b7"
_commit
=
"b29972b83e54599239781efd6c0c2d77ad65f3b7"
pkgdesc
=
"standalone fork of Mednafen PCE Fast to libretro"
pkgdesc
=
"standalone fork of Mednafen PCE Fast to libretro"
url
=
"https://github.com/libretro/beetle-pce-fast-libretro"
url
=
"https://github.com/libretro/beetle-pce-fast-libretro"
arch
=
"all"
arch
=
"all"
license
=
"GPL-2.0-only"
license
=
"GPL-2.0-only"
makedepends
=
"zlib-dev"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/libretro/beetle-pce-fast-libretro/archive/
$_commit
.tar.gz"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/libretro/beetle-pce-fast-libretro/archive/
$_commit
.tar.gz"
builddir
=
"
$srcdir
/beetle-pce-fast-libretro-
$_commit
"
builddir
=
"
$srcdir
/beetle-pce-fast-libretro-
$_commit
"
options
=
"!check"
# No tests
options
=
"!check"
# No tests
build
()
{
build
()
{
make
rm
-rf
deps/zlib
*
make
SYSTEM_ZLIB
=
1
}
}
package
()
{
package
()
{
...
...
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