Package Details: nnn-git 4.6.r48.gf89ba775-1

Git Clone URL: https://aur.archlinux.org/nnn-git.git (read-only, click to copy)
Package Base: nnn-git
Description: The fastest terminal file manager ever written.
Upstream URL: https://github.com/jarun/nnn
Keywords: Explorer
Licenses: BSD
Conflicts: nnn
Provides: nnn
Submitter: metak
Maintainer: eNV25 (stig124)
Last Packager: eNV25
Votes: 6
Popularity: 0.000002
First Submitted: 2017-12-25 16:36 (UTC)
Last Updated: 2022-10-20 19:09 (UTC)

Dependencies (12)

Required by (3)

Sources (1)

Latest Comments

eNV25 commented on 2022-10-28 13:00 (UTC)

The package has been updated to match community/nnn.

eNV25 commented on 2022-06-11 10:45 (UTC)

Is it possible to add make install-desktop, like in community/nnn.

https://github.com/archlinux/svntogit-community/tree/packages/nnn/trunk

...
package() {
    cd "${pkgname}-${pkgver}"
    make DESTDIR="${pkgdir}" PREFIX=/usr install
    make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop

    install -Dm644 misc/auto-completion/fish/nnn.fish "${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
    install -Dm644 misc/auto-completion/bash/nnn-completion.bash "${pkgdir}/usr/share/bash-completion/completions/nnn"
    install -Dm644 misc/auto-completion/zsh/_nnn "${pkgdir}/usr/share/zsh/site-functions/_nnn"

    install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*

    cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"

    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
}
...

metak commented on 2021-07-29 12:22 (UTC)

@stig124 Awesome.

stig124 commented on 2021-07-29 09:07 (UTC)

Hello, I'm the updstream packager (https://build.opensuse.org/project/show/home:stig124:nnn) for nnn, is it possible for me to adopt that package?

metak commented on 2019-12-01 20:31 (UTC)

@maximbaz Hi. Thanx for the notice, but before I update the pkgbuild I want to ask you if you're interested in adopting this package? I'm not really using it that much...

maximbaz commented on 2019-12-01 20:21 (UTC)

The list of optdepends is a bit outdated; I reviewed and updated the list in community/nnn, I didn't include plugin dependencies (such as mediainfo / exiftool), feel free to copy and adapt if necessary.

eliran commented on 2019-06-20 22:38 (UTC) (edited on 2019-06-20 22:42 (UTC) by eliran)

Got this on nnn-git 2.5.r50.gc07288e-1 :

install: cannot stat 'scripts/auto-completion/fish/nnn.fish': No such file or directory
==> ERROR: A failure occurred in package().

Digging around I found that the install source-paths for three shell auto-completion scripts changed. Updating PKGBUILD 'install:' part paths to use misc/ instead of scripts/ fixed it.

milkii commented on 2019-04-29 07:14 (UTC)

Getting this atm:

==> Starting package()...
install -m 0755 -d /home/milk/.cache/yay/nnn-git/pkg/nnn-git/usr/bin
install -m 0755 nnn /home/milk/.cache/yay/nnn-git/pkg/nnn-git/usr/bin
install: cannot stat 'nnn': No such file or directory
make: *** [Makefile:47: install] Error 1
==> ERROR: A failure occurred in package().
    Aborting...
Error making: nnn-git