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
!71697
community/fennel: install fennel.lua to /usr/share/lua/common
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/fennel: install fennel.lua to /usr/share/lua/common
durrendal/aports:fennel-common
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Will Sinatra
requested to merge
durrendal/aports:fennel-common
into
master
5 months ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
9edba8bb
5 months ago
master (base)
and
latest version
latest version
aa1c9712
1 commit,
5 months ago
version 1
9edba8bb
1 commit,
5 months ago
1 file
+
12
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
community/fennel/APKBUILD
+
12
−
2
Options
@@ -2,12 +2,12 @@
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname
=
fennel
pkgver
=
1.5.1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A Lua Lisp Language"
url
=
"https://fennel-lang.org"
arch
=
"all"
#detects noarch, but contains compiled binaries
license
=
"MIT"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-lua:_lua_common
"
source
=
"fennel-
$pkgver
.tar.gz::https://git.sr.ht/~technomancy/fennel/archive/
$pkgver
.tar.gz
fix_make.patch
dont_run_git.patch
@@ -90,6 +90,16 @@ package() {
}
_lua_common
()
{
pkgdesc
=
"Fennel Lua Library"
local dir
=
$subpkgdir
/usr/share/lua/common
local
rockdir
=
$subpkgdir
/usr/lib/luarocks/rocks-common/fennel/
$pkgver
-1
mkdir
-p
"
$dir
"
"
$rockdir
"
cp
$builddir
-5
.4/fennel.lua
"
$dir
"
echo
'rock_manifest = {}'
>
"
$rockdir
"
/rock_manifest
}
_subpackage
()
{
local
_v
=
"
${
subpkgname
#
"
$pkgname
"
}
"
pkgdesc
=
"A Lua Lisp Language for Lua
$_v
"
Loading