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 pisitools, shelltools, get
|
||||
|
||||
WorkDir = "."
|
||||
NoStrip = ["/"]
|
||||
Version = get.srcVERSION()
|
||||
def install():
|
||||
pisitools.dodir ("/opt/Ventoy")
|
||||
pisitools.insinto("/opt/Ventoy", "ventoy-%s/*" % Version)
|
||||
pisitools.dosym("/opt/Ventoy/VentoyGUI.x86_64", "/usr/bin/Ventoy")
|
||||
@@ -0,0 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Categories=System;
|
||||
Comment[tr_TR]=Yeni bir çoklu önyüklemeli USB çözümü.
|
||||
Comment=A new multiboot USB solution.
|
||||
Encoding=UTF-8
|
||||
Exec=/opt/Ventoy/VentoyGUI.x86_64
|
||||
GenericName[tr_TR]=Yeni bir çoklu önyüklemeli USB çözümü.
|
||||
GenericName=A new multiboot USB solution.
|
||||
Icon=ventoy
|
||||
Name[tr_TR]=Ventoy
|
||||
Name=Ventoy
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ventoy</Name>
|
||||
<Homepage>https://www.ventoy.net/en/index.html</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisilinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL3</License>
|
||||
<Summary xml:lang="en">A new multiboot USB solution</Summary>
|
||||
<Summary xml:lang="tr">Yeni bir multiboot USB çözümü</Summary>
|
||||
<Description xml:lang="en">A new multiboot USB solution</Description>
|
||||
<Description xml:lang="tr">Yeni bir multiboot USB çözümü</Description>
|
||||
<Archive sha1sum="f3477ef154d69acf05314489e349c350c01cd01a" type="targz">
|
||||
https://github.com/ventoy/Ventoy/releases/download/v1.1.12/ventoy-1.1.12-linux.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
<!-- https://github.com/ventoy/Ventoy/ -->
|
||||
|
||||
<Package>
|
||||
<Name>ventoy</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>bash</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>dosfstools</Dependency>
|
||||
</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/ventoy.desktop" owner="root">ventoy.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/ventoy.png">ventoy.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2026-05-12</Date>
|
||||
<Version>1.1.12</Version>
|
||||
<Comment>Update to 1.1.12</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-09-12</Date>
|
||||
<Version>1.0.79</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