This commit is contained in:
Fijxu 2024-03-07 20:28:57 -03:00
commit e571c4fbe8
139 changed files with 8839 additions and 0 deletions

View 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"
]
}