summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0d110ed8fe7f9f8b61da78c17c60334b1ff5c976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: etaquet 0xySan <etaquet@gmail.com>

pkgname="42fetch-git"
pkgver=1.0.0
pkgrel=1
pkgdesc="42fetch is a neofetch-like tool for fetching system information and displaying it in a visually appealing way and making it highly customizable. Usable for 42Students it is written Shell."
arch=('any')
url="https://github.com/0xySan/42fetch"
license=('GPL3')
depends=()
makedepends=('git')
source=("$pkgname::git+$url")
md5sums=('SKIP')

package() {
  cd "$srcdir/$pkgname"
  ./install.sh --bin-dir '/bin' --sudo --curl
  cp -r data ~/.config
  cp -r logo ~/.config
}