forked from pisilinux-rs/yali-rs
56 lines
2.0 KiB
XML
56 lines
2.0 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>yali-rs</Name>
|
||
<Homepage>https://gitlab.com/erkanisik/yali-rs</Homepage>
|
||
<Packager>
|
||
<Name>Erkan Işık</Name>
|
||
<Email>erkanisik@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>GPLv2</License>
|
||
<IsA>app:gui</IsA>
|
||
<Summary xml:lang="en">Yet Another Linux Installer</Summary>
|
||
<Summary xml:lang="tr">PiSi Linux için Grafik Kurulum Programı</Summary>
|
||
|
||
<Description xml:lang="en">YALI is the graphical installer for PiSi Linux distribution which is written using Rust and egui framework.</Description>
|
||
<Description xml:lang="tr">YALI, Rust ve egui framework kullanılarak yazılmış olan PiSi Linux dağıtımının grafik kurulum programıdır.</Description>
|
||
|
||
<Archive sha1sum="" type="targz">
|
||
https://gitlab.com/erkanisik/yali-rs/-/archive/v4.0.0/yali-rs-v4.0.0.tar.gz
|
||
</Archive>
|
||
|
||
<BuildDependencies>
|
||
<Dependency>rustc</Dependency>
|
||
<Dependency>cargo</Dependency>
|
||
<Dependency>make</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>yali-rs</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>dbus</Dependency>
|
||
</RuntimeDependencies>
|
||
<Conflicts>
|
||
<Package>yali</Package>
|
||
</Conflicts>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin/yali-rs</Path>
|
||
<Path fileType="data">/usr/share/yali</Path>
|
||
<Path fileType="data">/usr/share/applications/yali.desktop</Path>
|
||
<Path fileType="data">/usr/share/pixmaps/yali.png</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2026-06-01</Date>
|
||
<Version>4.0.0</Version>
|
||
<Comment>First release.</Comment>
|
||
<Name>Erkan IŞIK</Name>
|
||
<Email>erkanisik@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|