Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions packages/l/lf/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : lf
version : '41'
release : 27
version : '42'
release : 28
source :
- https://github.com/gokcehan/lf/archive/refs/tags/r41.tar.gz : 55c556d53b5541d5f8691f1309a0166a7a0d8e06cb051c3030c2cd7d8abc6789
- https://github.com/gokcehan/lf/archive/refs/tags/r42.tar.gz : 7a8f7c2c86419270b713b6235dced7b9d0e68732e74a1e0f375f774fff4023ca
homepage : https://github.com/gokcehan/lf
license : MIT
component : system.utils
Expand All @@ -16,25 +16,25 @@ builddeps :
build : |
go build -ldflags "-s -w" -o lf
install : |
install -Dm00755 lf $installdir/usr/bin/lf
install -Dm00644 lf.1 $installdir/usr/share/man/man1/lf.1
install -Dm00644 lf.desktop $installdir/usr/share/applications/lf.desktop
%install_bin lf
%install_file lf.1 -t ${installdir}/usr/share/man/man1
%install_file lf.desktop -t ${installdir}/usr/share/applications

install -Dm00644 "$pkgfiles/io.github.gokcehan.lf.metainfo.xml" "$installdir/usr/share/metainfo/io.github.gokcehan.lf.metainfo.xml"
install -Dm00644 etc/lfrc.example $installdir/usr/share/doc/lf/examples/lfrc
install -Dm00644 etc/colors.example $installdir/usr/share/doc/lf/examples/colors
install -Dm00644 etc/icons.example $installdir/usr/share/doc/lf/examples/icons
%install_file ${pkgfiles}/io.github.gokcehan.lf.metainfo.xml -t ${installdir}/usr/share/metainfo
%install_file etc/lfrc.example ${installdir}/usr/share/doc/lf/examples/lfrc
%install_file etc/colors.example ${installdir}/usr/share/doc/lf/examples/colors
%install_file etc/icons.example ${installdir}/usr/share/doc/lf/examples/icons

install -Dm00644 etc/lf.bash installdir/usr/share/bash-completion/completions/lf
install -Dm00644 etc/lf.fish $installdir/usr/share/fish/vendor_completions.d/lf.fish
install -Dm00644 etc/lf.zsh $installdir/usr/share/zsh/site-functions/_lf
%install_file etc/lf.bash ${installdir}/usr/share/bash-completion/completions/lf
%install_file etc/lf.fish -t ${installdir}/usr/share/fish/vendor_completions.d
%install_file etc/lf.zsh ${installdir}/usr/share/zsh/site-functions/_lf

install -Dm00644 etc/lfcd.sh $installdir/usr/share/defaults/etc/profile.d/lfcd.sh
install -Dm00644 etc/lfcd.fish $installdir/usr/share/fish/vendor_functions.d/lfcd.fish
install -Dm00644 etc/lfcd.sh $installdir/usr/share/zsh/site-functions/lfcd.sh
%install_file etc/lfcd.sh ${installdir}/usr/share/defaults/etc/profile.d/lfcd.sh
%install_file etc/lfcd.fish -t ${installdir}/usr/share/fish/vendor_functions.d
%install_file etc/lfcd.sh -t ${installdir}/usr/share/zsh/site-functions

install -Dm00644 etc/lf.vim $installdir/usr/share/vim/vimfiles/plugin/lf.vim
install -dm00755 $installdir/usr/share/nvim/plugin
ln -sf /usr/share/vim/vimfiles/plugin/lf.vim $installdir/usr/share/nvim/plugin/lf.vim
%install_file etc/lf.vim -t ${installdir}/usr/share/vim/vimfiles/plugin
%install_dir ${installdir}/usr/share/nvim/plugin
ln -srv ${installdir}/usr/share/vim/vimfiles/plugin/lf.vim ${installdir}/usr/share/nvim/plugin/lf.vim

%install_license LICENSE
7 changes: 4 additions & 3 deletions packages/l/lf/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<Files>
<Path fileType="executable">/usr/bin/lf</Path>
<Path fileType="data">/usr/share/applications/lf.desktop</Path>
<Path fileType="data">/usr/share/bash-completion/completions/lf</Path>
<Path fileType="data">/usr/share/defaults/etc/profile.d/lfcd.sh</Path>
<Path fileType="doc">/usr/share/doc/lf/examples/colors</Path>
<Path fileType="doc">/usr/share/doc/lf/examples/icons</Path>
Expand All @@ -38,9 +39,9 @@
</Files>
</Package>
<History>
<Update release="27">
<Date>2026-02-04</Date>
<Version>41</Version>
<Update release="28">
<Date>2026-07-31</Date>
<Version>42</Version>
<Comment>Packaging update</Comment>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
Expand Down