Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
abuild
Commits
f463f826
Commit
f463f826
authored
Oct 25, 2008
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added APKBUILD.proto
parent
dddc5503
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
APKBUILD.proto
APKBUILD.proto
+27
-0
No files found.
APKBUILD.proto
0 → 100644
View file @
f463f826
#
This
is
an
example
APKBUILD
file.
Use
this
as
a
start
to
creating
your
own
,
#
and
remove
these
comments.
#
NOTE
:
Please
fill
out
the
license
field
for
your
package
!
If
it
is
unknown
,
#
then
please
put
'unknown'
.
#
Contributor
:
Your
Name
<
youremail
@
domain.com
>
pkgname
=
NAME
pkgver
=
VERSION
pkgrel
=
0
pkgdesc
=
""
arch
=
""
url
=
""
license
=
'GPL'
depends
=
""
makedepends
=
""
install
=
source
=
"$pkgname-$pkgver.tar.gz"
md5sums
=
""
#
generate
with
'makepkg -g'
build
()
{
cd
"$srcdir/$pkgname-$pkgver"
./
configure
--
prefix
=/
usr
make
||
return
1
make
DESTDIR
=
"$pkgdir/"
install
}
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