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
+15
View File
@@ -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 pisitools, shelltools, get
NoStrip = ["/opt", "/usr"]
IgnoreAutodep = True
def install():
pisitools.dodir ("/opt/etcher")
pisitools.doexe("balenaEtcher-1.7.3-x64.AppImage", "/opt/etcher")
pisitools.dosym("/opt/etcher/balenaEtcher-1.7.3-x64.AppImage", "/usr/bin/etcher")
+15
View File
@@ -0,0 +1,15 @@
[Desktop Entry]
Categories=System;
Comment[tr_TR]=İsolarınızı güvenli ve kolay bir şekilde SD kartlara ve USB sürücülere yükleyin.
Comment=Flash OS images to SD cards & USB drives, safely and easily.
Encoding=UTF-8
Exec=etcher
GenericName[tr_TR]=Etcher
GenericName=Etcher
Icon=etcher
Name[tr_TR]=Etcher
Name=Etcher
Terminal=false
Type=Application
Version=1.0
Categories=Utility;
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

+44
View File
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>etcher</Name>
<Homepage>https://www.balena.io/etcher/</Homepage>
<Packager>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<Summary>Flash OS images to SD cards, USB drives, safely and easily.</Summary>
<Description>Flash OS images to SD cards, USB drives, safely and easily.</Description>
<Archive sha1sum="16603ed71c16b1ebeea54ba5f6984ab575e405cc" type="binary">https://github.com/balena-io/etcher/releases/download/v1.7.3/balenaEtcher-1.7.3-x64.AppImage</Archive>
<PartOf>system.utils</PartOf>
</Source>
<Package>
<Name>etcher</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/opt</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/etcher.desktop" owner="root">etcher.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/etcher.png">etcher.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2022-01-05</Date>
<Version>1.7.3</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>