Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
from pisi.actionsapi import get, pisitools, shelltools
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("tar xvzf ngrok-v3-stable-linux-amd64.tgz")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/ngrok", "ngrok")
|
||||
pisitools.dosym("/opt/ngrok/ngrok", "/usr/bin/ngrok")
|
||||
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ngrok</Name>
|
||||
<Homepage>https://ngrok.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<Summary xml:lang="en">A tunneling, reverse proxy for developing and understanding networked, HTTP services</Summary>
|
||||
<Summary xml:lang="tr">Ağ üzerinde çalışan HTTP servislerini tünelleme ve ters proxy için bir araç</Summary>
|
||||
<Description xml:lang="en">A tunneling, reverse proxy for developing and understanding networked, HTTP services</Description>
|
||||
<Description xml:lang="tr">Ağ üzerinde çalışan HTTP servislerini tünelleme ve ters proxy için bir araç</Description>
|
||||
<Archive sha1sum="ed29e6904e60b0a78dfe92ac2c6132277623fdc1" type="binary">
|
||||
https://bin.ngrok.com/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ngrok</Name>
|
||||
<RuntimeDependencies>
|
||||
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt/ngrok</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>3.37.3</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2025-12-11</Date>
|
||||
<Version>3.34.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-04-11</Date>
|
||||
<Version>3.5.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-11-25</Date>
|
||||
<Version>2.3.35</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user