summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 13a0f48f79115ffb4e8042ff0370d371ad1ab40d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: BBaoVanC <bbaovanc@bbaovanc.com>
pkgname=nekofetch
pkgver=1.3.2
pkgrel=2
pkgdesc="neofetch but with nekos"
license=('GPL3')
arch=(any)
url="https://github.com/propruhh/nekofetch"
depends=(curl jq jp2a neofetch)
optdepends=('imagemagick: support for kitty image backend')
makedepends=(git make)
provides=(${pkgname})
source=("https://github.com/propruhh/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('e5e82c03385948fb33376d8a453589ebd5a9f2c7856503fbdfd568da9375c4da')

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