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
+20
View File
@@ -0,0 +1,20 @@
#!/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 yandex-disk_"+Version+"_amd64.deb ")
shelltools.system("tar xf data.tar.gz")
def install():
pisitools.insinto("/", "usr")
+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>Yandex Disk cli</Name>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary>Yandex.Disk keeps your files with you at all times.</Summary>
<Description>Yandex.Disk keeps your files with you at all times. console</Description>
<License>custom</License>
<Archive sha1sum="37c2d43d1da92e9b8fef97c24a05ea27bea64624" type="binary">https://repo.yandex.ru/yandex-disk/deb/pool/main/y/yandex-disk/yandex-disk_0.1.6.1080_amd64.deb</Archive>
<BuildDependencies>
<Dependency>gcc</Dependency>
<Dependency>glibc</Dependency>
<Dependency>zlib</Dependency>
</BuildDependencies>
</Source>
<Package>
<RuntimeDependencies>
<Dependency>gcc</Dependency>
<Dependency>glibc</Dependency>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
<Name>yandex-disk</Name>
<Icon>Yandex Disk</Icon>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2023-12-15</Date>
<Version>0.1.6.1080</Version>
<Comment>name fix</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2020-01-06</Date>
<Version>0.1.5.1039</Version>
<Comment>name fix</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2019-10-04</Date>
<Version>0.1.5.1039</Version>
<Comment>First release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>