mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-26 17:24:44 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
30
shared-modules/luajit/luajit.json
Normal file
30
shared-modules/luajit/luajit.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "luajit",
|
||||
"no-autogen": true,
|
||||
"make-args": [
|
||||
"BUILDMODE=dynamic",
|
||||
"PREFIX=${FLATPAK_DEST}"
|
||||
],
|
||||
"make-install-args": [
|
||||
"PREFIX=${FLATPAK_DEST}"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://luajit.org/download/LuaJIT-2.1.0-beta3.tar.gz",
|
||||
"sha256": "1ad2e34b111c802f9d0cdf019e986909123237a28c746b21295b63c9e785d9c3",
|
||||
"x-checker-data": {
|
||||
"type": "anitya",
|
||||
"project-id": 6444,
|
||||
"stable-only": false,
|
||||
"url-template": "https://luajit.org/download/LuaJIT-$version.tar.gz"
|
||||
}
|
||||
}
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/include",
|
||||
"/lib/pkgconfig",
|
||||
"/share/man"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue