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
Commits
4804a629
Commit
4804a629
authored
2 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/lua-stacktraceplus: backported from edge
parent
1215e160
No related branches found
No related tags found
2 merge requests
!54607
main/sofia-sip: backport support for forking SIP calls
,
!41733
community/linux-edge: fix build on x86_64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/lua-stacktraceplus/APKBUILD
+31
-0
31 additions, 0 deletions
community/lua-stacktraceplus/APKBUILD
with
31 additions
and
0 deletions
community/lua-stacktraceplus/APKBUILD
0 → 100644
+
31
−
0
View file @
4804a629
# Contributor: Alex Dowad <alexinbeijing@gmail.com>
# Maintainer: Alex Dowad <alexinbeijing@gmail.com>
pkgname
=
lua-stacktraceplus
pkgver
=
0.1.2
pkgrel
=
0
pkgdesc
=
"Enhanced stack traces for Lua 5.1, 5.2, 5.3, LuaJIT, and OpenResty"
url
=
"https://github.com/ignacio/StackTracePlus"
arch
=
"noarch"
license
=
"MIT"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/ignacio/StackTracePlus/archive/refs/tags/
$pkgver
-1.tar.gz"
builddir
=
"
$srcdir
/StackTracePlus-
$pkgver
-1"
checkdepends
=
"lua5.1 luacheck"
check
()
{
# Warning 213 is for unused loop variable; this has been fixed on master but not yet released
# Warnings 611/614 are for trailing whitespace; sent PR to upstream (https://github.com/ignacio/StackTracePlus/pull/15)
luacheck
--no-max-line-length
./src/StackTracePlus.lua
--ignore
213/i 611 614
# StackTracePlus has a unit test suite which can be run with 'lua ./unittest/run.lua'
# However, it requires the 'lunitx' test framework (https://github.com/dcurrie/lunit),
# and we don't currently have lunitx packaged for Alpine Linux
}
package
()
{
mkdir
-p
"
$pkgdir
/usr/share/lua/common"
cp
"
$builddir
/src/StackTracePlus.lua"
"
$pkgdir
/usr/share/lua/common/"
}
sha512sums
=
"
a8c8620f9d15ac9446c9d4c7d1741d547cb5e02d944979f8f6a961388ac9dd5ae61bc0262ffdc01ca792d5ca9eac85a391c728f576ae436604d0c8e52194733a lua-stacktraceplus-0.1.2.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