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
Merge requests
!50565
testing/ciso: new aport
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/ciso: new aport
durrendal/aports:ciso
into
master
Overview
2
Commits
1
Pipelines
8
Changes
3
All threads resolved!
Hide all comments
Merged
Will Sinatra
requested to merge
durrendal/aports:ciso
into
master
1 year ago
Overview
2
Commits
1
Pipelines
8
Changes
3
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 6
6f9a9c43
1 year ago
version 5
8f7dbc5c
1 year ago
version 4
c722f12b
1 year ago
version 3
c483294b
1 year ago
version 2
d6c8acd0
1 year ago
version 1
430e8609
1 year ago
master (base)
and
latest version
latest version
88f70e23
1 commit,
1 year ago
version 6
6f9a9c43
1 commit,
1 year ago
version 5
8f7dbc5c
3 commits,
1 year ago
version 4
c722f12b
2 commits,
1 year ago
version 3
c483294b
1 commit,
1 year ago
version 2
d6c8acd0
2 commits,
1 year ago
version 1
430e8609
1 commit,
1 year ago
3 files
+
76
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
testing/ciso/APKBUILD
0 → 100644
+
29
−
0
Options
# Contributor: Will Sinatra <wpsinatra@gmail.com>
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname
=
ciso
pkgver
=
1.0.0
pkgrel
=
0
pkgdesc
=
"PSP Iso Compressor"
url
=
"https://sourceforge.net/projects/ciso/"
license
=
"GPL-2.0-or-later"
arch
=
"all"
makedepends
=
"zlib-dev"
source
=
"http://downloads.sourceforge.net/sourceforge/ciso/ciso-
$pkgver
.tar.gz
long_to_int.patch
add_header.patch"
options
=
"!check"
#No checks
build
()
{
make
}
package
()
{
mkdir
-p
"
$pkgdir
/usr/bin"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
ceede6d0e0c5d994d88c1fac4e33b5c249371a02eb4510ee573107f870649ffc92c2a8e0ca4db0f794bef25259c3a54c85caf6e157ac92f69e5024076917a2a8 ciso-1.0.0.tar.gz
6f846a7c701912c10740f2df661af738a0dc251e232f6c29cdea70761d5982736fef93f36426eb52fdc74dcc686368c43930131e7186379fff82333e4d7b2d88 long_to_int.patch
10216b4f99c66a85b9c489f0b58eaab67643026b53ab8801babfc122d80bb0047f2fe9bde49a2cb3d961ec487b9a0d62f91209ad33dbe3263ef2628e6ed41308 add_header.patch
"
Loading