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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Dermot Bradley
aports
Commits
f5150b2d
Commit
f5150b2d
authored
8 years ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
main/lutok: new package (for pkgconf testsuite)
parent
6ef936d1
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
main/lutok/APKBUILD
+44
-0
44 additions, 0 deletions
main/lutok/APKBUILD
with
44 additions
and
0 deletions
main/lutok/APKBUILD
0 → 100644
+
44
−
0
View file @
f5150b2d
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
lutok
pkgver
=
0.4
pkgrel
=
0
pkgdesc
=
"lightweight C++ API for Lua"
url
=
"https://github.com/jmmv/lutok"
arch
=
"all"
license
=
"BSD"
depends
=
""
depends_dev
=
"lua5.2-dev"
makedepends
=
"
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://github.com/jmmv/lutok/releases/download/lutok-
$pkgver
/lutok-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/lutok-
$pkgver
"
prepare
()
{
cd
"
$builddir
"
msg
"
$builddir
"
default_prepare
||
return
1
update_config_sub
||
return
1
}
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"5da43895d9209f8c19d79433dd046b3f lutok-0.4.tar.gz"
sha256sums
=
"2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5 lutok-0.4.tar.gz"
sha512sums
=
"664f30099bfbb30978e24068a9232a4ff1b5b1839c601bf784f35f6bb1394558067495093a3b0343c94e756d2e4186a32a8227baf5934c15c45905f7c0a5d19c lutok-0.4.tar.gz"
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