🔒 Repository is read-only – file editing is disabled.

recipes/utils/neofetch/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: neofetch
pkgver: '7.1.0'
pkgrel: '5'
pkgdesc: A CLI system information tool written in BASH that supports displaying images.
url: 'https://github.com/dylanaraps/neofetch'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz'
sha256sums:
- 58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7
build: |
  sed -i "s@tot pkginfo -i@dir ${br_prefix}/var/lib/pkg/DB/*@" ${pkgname}-${pkgver}/neofetch
  cd ${pkgname}-${pkgver}

  make DESTDIR=${PKGDIR} install
package: |
  true