Package Details: fetchfetch a4c9f16-1

Git Clone URL: https://aur.archlinux.org/fetchfetch.git (read-only, click to copy)
Package Base: fetchfetch
Description: A neofetch-like tool to get all the neofetch-like tools installed on your computer, written in python.
Upstream URL: https://github.com/Blobadoodle/fetchfetch
Licenses: MIT
Submitter: Nolo001
Maintainer: Nolo001
Last Packager: Nolo001
Votes: 0
Popularity: 0.000000
First Submitted: 2022-12-19 21:14 (UTC)
Last Updated: 2022-12-19 21:14 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

FabioLolix commented on 2022-12-20 18:03 (UTC)

Hello, this need to be re-uploaded as fetchfetch-git since there are no release and need other fixes, revisioned pkgbuild below

# Maintainer: Ilya "Nolo001" Burdin <56518932+Nolo001-Aha@users.noreply.github.com>

pkgname=fetchfetch-git
pkgver=r8.a4c9f16
pkgrel=1
pkgdesc="A neofetch-like tool to get all the neofetch-like tools installed on your computer, written in python."
arch=('any')
url="https://github.com/Blobadoodle/fetchfetch"
license=('MIT')
depends=('python')
makedepends=(git)
provides=(fetchfetch)
conflicts=(fetchfetch)
md5sums=('SKIP')
source=("git+$url")

pkgver() {
  cd fetchfetch
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
  cd fetchfetch
  install -Dm755 fetchfetch -t "${pkgdir}/usr/bin"
  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}

You're welcome to use a valid email address for contacting you in the pkgbuild