Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
NoStrip = ["/usr", "/opt"]
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/ventoy", "./*")
|
||||
#pisitools.dosym("/opt/ventoy/VentoyGUI.x86_64", "/usr/bin/ventoy")
|
||||
#pisitools.insinto("/usr/share/applications", "./usr/share/applications/gitbook-editor.desktop")
|
||||
#pisitools.insinto("/usr/share/pixmaps", "./opt/gitbook-editor/gitbook.png")
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Ventoy
|
||||
Icon=ventoy.png
|
||||
Exec=/opt/ventoy/VentoyGUI.x86_64
|
||||
Comment=A new bootable USB solution
|
||||
Categories=System
|
||||
Terminal=false
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
@@ -0,0 +1,45 @@
|
||||
<?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/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A new bootable USB solution</Summary>
|
||||
<Description>A new bootable USB solution</Description>
|
||||
<Archive sha1sum="53735e757272e6586c22a70172af5c38e1d35403" type="targz">https://github.com/ventoy/Ventoy/releases/download/v1.0.97/ventoy-1.0.97-linux.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ventoy</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>bash</Dependency>
|
||||
<Dependency>dosfstools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="icon">/usr/share/pixmaps</Path>
|
||||
<Path fileType="application">/usr/share/applications</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/ventoy.desktop">ventoy.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/ventoy.png">ventoy.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-01-24</Date>
|
||||
<Version>1.0.97</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