summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 68cc487ace204dcf2052cdc91c2cbce554f2fb9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgname='nfetch-git'
pkgdesc="A minimal linux fetch utility written in nim"
pkgver=2.51
pkgrel=0
arch=('x86_64')
url="https://github.com/Infinitybeond1/nfetch-src"
license=('GPL3')
source=("git+https://github.com/Infinitybeond1/nfetch-src")
makedepends=('nim' 'nimble')
conflicts=('nfetch-bin')
sha256sums=('SKIP')

build() {
  cd nfetch-src
  nimble build
}

package() {
  cd nfetch-src
  sudo install nfetch "/usr/local/bin"
}