Proje Gitea'ya taşındı (Temiz başlangıç)

This commit is contained in:
Erkan IŞIK
2026-06-27 23:27:13 +03:00
commit c077995f65
683 changed files with 315285 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get, pisitools, shelltools
NoStrip = ["/usr"]
IgnoreAutodep = True
Version = get.srcVERSION()
def setup():
shelltools.system("pwd")
shelltools.system("ar xf binance-amd64-linux.deb")
shelltools.system("tar xf data.tar.xz")
def install():
pisitools.insinto("/", "usr")
pisitools.insinto("/", "opt")
+47
View File
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>binance</Name>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary>Binance kripto alım satım Masaüstü uygulaması</Summary>
<Description>Binance kripto alım satım Masaüstü uygulaması</Description>
<License>custom</License>
<Archive sha1sum="b285667d20181cbbed7d1fa3ec53812256a1715c" type="binary">
https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb</Archive>
</Source>
<Package>
<RuntimeDependencies>
<Dependency>curl</Dependency>
<Dependency>coreutils</Dependency>
</RuntimeDependencies>
<Name>binance</Name>
<Icon>binance</Icon>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/opt</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2024-01-30</Date>
<Version>1.47.0</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-05-18</Date>
<Version>1.16.2</Version>
<Comment>First release</Comment>
<Name>Sami BABAT</Name>
<Email>samibabat@gmail.com</Email>
</Update>
</History>
</PISI>