mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-05-16 13:40:18 +00:00
21 lines
507 B
JSON
21 lines
507 B
JSON
{
|
|
"name": "perl",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"./Configure -des -Dprefix=/app -Dvendorprefix=/app -Duseshrplib -Dman1dir=none -Dman3dir=none",
|
|
"make -j${FLATPAK_BUILDER_N_JOBS}",
|
|
"make install"
|
|
],
|
|
"cleanup": [
|
|
"/share/man",
|
|
"/lib/perl5/*/*/CORE/*.a"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://www.cpan.org/src/5.0/perl-5.42.2.tar.xz",
|
|
"sha256": "0a585eeb9e363c0f80482ddb3571625250c2c86aeb408853e8ea50805cfb14bb"
|
|
}
|
|
]
|
|
}
|