Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
648
Issues
648
List
Boards
Labels
Service Desk
Milestones
Merge Requests
189
Merge Requests
189
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
a3f509cc
Commit
a3f509cc
authored
Mar 07, 2015
by
Carlo Landmeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/lua-inspect: new aport
parent
a96afb55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
testing/lua-inspect/APKBUILD
testing/lua-inspect/APKBUILD
+44
-0
No files found.
testing/lua-inspect/APKBUILD
0 → 100644
View file @
a3f509cc
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname
=
lua-inspect
pkgver
=
3.0.0
pkgrel
=
0
pkgdesc
=
"Human-readable representation of Lua tables"
url
=
"https://github.com/kikito/inspect.lua"
arch
=
"noarch"
license
=
"MIT"
depends
=
"lua"
depends_dev
=
""
makedepends
=
"
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/kikito/inspect.lua/archive/v3.0.0.tar.gz"
_builddir
=
"
$srcdir
/inspect.lua-
$pkgver
"
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
}
package
()
{
cd
"
$_builddir
"
install
-Dm644
inspect.lua
\
"
${
pkgdir
}
/usr/share/lua/5.1/inspect.lua"
install
-Dm644
README.md
\
"
${
pkgdir
}
/usr/share/doc/
${
pkgname
}
/README.md"
install
-Dm644
MIT-LICENSE.txt
\
"
${
pkgdir
}
/usr/share/licenses/
${
pkgname
}
/LICENSE"
}
md5sums
=
"30a04fb86cd733c549a051b2821b5ff1 lua-inspect-3.0.0.tar.gz"
sha256sums
=
"77c7be558c6116cdf85ccca0a4193fc6bb7c9a83267a4f308c33027caa0962f8 lua-inspect-3.0.0.tar.gz"
sha512sums
=
"4876d9f49147a1bb06b06f91d1c56ce5250d9ccd6e211194a80a30389b6a8f6d99e7cd48811d8fe9a935845662fda164109af4dd63a0f2a911c330980983ce01 lua-inspect-3.0.0.tar.gz"
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