66 lines
2.6 KiB
XML
66 lines
2.6 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>helix</Name>
|
|
<Homepage>https://helix-editor.com</Homepage>
|
|
<Packager>
|
|
<Name>Bedirhan Kurt</Name>
|
|
<Email>bedirhan.kurt@outlook.com</Email>
|
|
</Packager>
|
|
<License>MPL-2.0</License>
|
|
<Summary xml:lang="en">A post-modern text editor</Summary>
|
|
<Description xml:lang="en">A post-modern modal text editor</Description>
|
|
<Summary xml:lang="tr">Bir post-modern metin düzenleyici</Summary>
|
|
<Description xml:lang="tr">Bir post-modern şekilsel metin düzenleyici</Description>
|
|
<Archive sha1sum="6075a23a3887e607f1c97d1fe7678207ea96d7c6" type="targz">https://github.com/helix-editor/helix/archive/25.07.1.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>git</Dependency>
|
|
<Dependency>rust</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>helix</Name>
|
|
<Summary>A post-modern text editor</Summary>
|
|
<IsA>app:console</IsA>
|
|
<RuntimeDependencies>
|
|
<Dependency>libgcc</Dependency>
|
|
<Dependency>glibc</Dependency>
|
|
<Dependency>icon-theme-hicolor</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin/hx</Path>
|
|
<Path fileType="executable">/usr/lib/helix/hx</Path>
|
|
<Path fileType="library">/usr/lib/helix/runtime</Path>
|
|
<Path fileType="data">/usr/share/applications/helix.desktop</Path>
|
|
<Path fileType="config">/usr/share/bash-completion/completions/hx</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="config">/usr/share/fish/vendor_completions.d/hx.fish</Path>
|
|
<Path fileType="data">/usr/share/icons</Path>
|
|
<Path fileType="config">/usr/share/zsh/site-functions/_hx</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>hxbinhelix</Name>
|
|
<Summary>Symlink to assign helix to hx</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>helix</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin/helix</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2025-09-07</Date>
|
|
<Version>25.07.1</Version>
|
|
<Comment>Initial release</Comment>
|
|
<Name>Bedirhan Kurt</Name>
|
|
<Email>bedirhan.kurt@outlook.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|