Package Details: dinfo 1.2.3.003-1

Git Clone URL: https://aur.archlinux.org/dinfo.git (read-only, click to copy)
Package Base: dinfo
Description: A simple program that gives you informations about a file/directory, support .yaml, .json and html output
Upstream URL: https://github.com/SCSDC-co/DINFO
Keywords: cli directory file html info json tui utility yaml
Licenses: GPL 3.0
Submitter: Sckab
Maintainer: Sckab
Last Packager: Sckab
Votes: 2
Popularity: 0.005278
First Submitted: 2025-09-15 19:21 (UTC)
Last Updated: 2025-10-15 13:21 (UTC)

Latest Comments

Dominiquini commented on 2025-10-11 00:12 (UTC) (edited on 2025-10-11 00:12 (UTC) by Dominiquini)

@Sckab: I fix this package, if you are interested:


# Contributor: FrancyAngy <francy.angy009@gmail.com>
# Maintainer: Sckab <giulianodeamicis2009@gmail.com>
# Maintainer: FrancyAngy <francesco@scsdc-co.org>

pkgname=dinfo
pkgver=1.2.2.005
pkgrel=1
pkgdesc="A simple program that gives you informations about a file/directory, support .yaml, .json and html output"
arch=('x86_64')
url="https://github.com/SCSDC-co/DINFO"
_urlraw="https://raw.githubusercontent.com/SCSDC-co/DINFO/v${pkgver}"
license=('GPL 3.0')
options=(!strip)

source=("${url}/releases/download/v${pkgver}/dinfo-linux-x64-self-contained"
        "README-${pkgver}.md::${_urlraw}/README.md"
        "LICENSE-${pkgver}::${_urlraw}/LICENSE")

sha256sums=('d78541976cb45345c2446e7539edacacb57005a90df15090d974b8e98bd2751f'
            '3c1c3bd58292cfa379883f623e74eee1a0649c83b5877ee14975a3bc9f1e5086'
            '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')

package() {
  cd "${srcdir}/" || exit

  install -Dm755 "dinfo-linux-x64-self-contained" -t "${pkgdir}/usr/lib/dinfo/"

  install -dm755 "${pkgdir}/usr/bin"
  ln -sf /usr/lib/dinfo/dinfo-linux-x64-self-contained "${pkgdir}/usr/bin/dinfo"

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

Sckab commented on 2025-10-10 21:24 (UTC)

the release with .xxx at the end of the release are test releases, we are testing the workflow for automating the aur deployment, stay tuned for update (spoiler: we are adding other output format such as xml!!)

Dominiquini commented on 2025-10-10 21:09 (UTC)

@Sckab: The latest version: (1.2.2.002) is broken!

Dominiquini commented on 2025-10-09 15:03 (UTC)

@Sckab You don't need to unzip the file on 'prepare()', it happens automatically! Or you can add the zip to the PKGBUILD's 'noextract' list!