Package Details: neohtop-bin 1.1.2-2

Git Clone URL: https://aur.archlinux.org/neohtop-bin.git (read-only, click to copy)
Package Base: neohtop-bin
Description: htop on steroids
Upstream URL: https://github.com/Abdenasser/neohtop
Keywords: htop monitoring
Licenses: MIT
Conflicts: neohtop
Provides: neohtop
Submitter: Dominiquini
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 2
Popularity: 0.49
First Submitted: 2024-11-08 20:10 (UTC)
Last Updated: 2025-01-04 14:47 (UTC)

Latest Comments

Dominiquini commented on 2025-01-04 14:49 (UTC)

@ZorinArch: Done!

ZorinArch commented on 2025-01-04 09:04 (UTC)

Hi, please add this line to add categories to desktop file

package() {
    cd "${pkgdir}"

    # this extracts all into the pkgdir
    tar xf "${srcdir}/data.tar.gz"

    # add categories
    sed -e '$aCategories=System;Utilites;' -i "${pkgdir}/usr/share/applications/NeoHtop.desktop"

    # install LICENSE and README.md
    install -Dm644 "${srcdir}/LICENSE-${pkgver}" "./usr/share/licenses/${pkgname}/LICENSE"
    install -Dm644 "${srcdir}/README-${pkgver}.md" "./usr/share/doc/${pkgname}/README.md"
}