Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Adélie Linux
abuild
Commits
811a2150
Commit
811a2150
authored
Jul 05, 2013
by
Dubiousjim
Committed by
Natanael Copa
Jul 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
various: tweak opening comments, whitespace
Also remove incomplete efforts at listing "Depends on: ..."
parent
e1339a9b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
14 deletions
+6
-14
abuild-keygen.in
abuild-keygen.in
+1
-3
abuild-sign.in
abuild-sign.in
+1
-3
abuild.in
abuild.in
+1
-3
apkgrel.in
apkgrel.in
+1
-1
newapkbuild.in
newapkbuild.in
+2
-4
No files found.
abuild-keygen.in
View file @
811a2150
#!/bin/sh
#
generate signing keys
#
abuild-keygen - generate signing keys
# Copyright (c) 2009 Natanael Copa <ncopa@alpinelinux.org>
#
# Distributed under GPL-2
#
# Depends on: busybox utilities, fakeroot,
#
abuild_ver
=
@VERSION@
sysconfdir
=
@sysconfdir@
...
...
abuild-sign.in
View file @
811a2150
#!/bin/sh
# sign indexes
#
abuild-sign -
sign indexes
# Copyright (c) 2009 Natanael Copa <ncopa@alpinelinux.org>
#
# Distributed under GPL-2
#
# Depends on: busybox utilities, fakeroot,
#
abuild_ver
=
@VERSION@
sysconfdir
=
@sysconfdir@
...
...
abuild.in
View file @
811a2150
#!/bin/sh
#
script to
build apk packages (light version of makepkg)
#
abuild -
build apk packages (light version of makepkg)
# Copyright (c) 2008 Natanael Copa <natanael.copa@gmail.com>
#
# Distributed under GPL-2
#
# Depends on: busybox utilities, fakeroot
#
abuild_ver
=
@VERSION@
sysconfdir
=
@sysconfdir@
...
...
apkgrel.in
View file @
811a2150
...
...
@@ -27,7 +27,7 @@ do_add () {
old
=
$(
do_show
"
$f
"
)
setto
=
$((
$old
+
1
))
do_set
"
$f
"
||
return
1
done
done
}
do_verify
()
{
...
...
newapkbuild.in
View file @
811a2150
#!/bin/sh
#
#
Script to
generate a new APKBUILD
#
newapkbuild -
generate a new APKBUILD
# Copyright (c) 2009 Natanael Copa <natanael.copa@gmail.com>
#
# Distributed under GPL-2
#
# Depends on: busybox utilities, fakeroot,
#
version
=
@VERSION@
sysconfdir
=
@sysconfdir@
...
...
@@ -297,7 +295,7 @@ while getopts "acd:fhl:n:pyu:s" opt; do
done
shift
$((
$OPTIND
-
1
))
while
[
$#
-gt
0
]
;
do
while
[
$#
-gt
0
]
;
do
newaport
$1
||
exit
1
shift
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment