summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 78aeb78c68302b72e33691429e021b6775426d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Maintainer: Mangeshrex <ex835138 {at} gmail {dot} com>

pkgname=rxfetch
pkgver=1.0
pkgrel=1
epoch=
pkgdesc="A minimal but geeky fetch utility"
arch=('any')
url="git+https://github.com/mangeshrex/rxfetch"
license=('MIT')
groups=('unknown')
depends=('git')
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
#install=
changelog=
source=("git+https://github.com/mangeshrex/rxfetch")
noextract=()
sha512sums=('SKIP')

prepare() {
	cd "$pkgname"
}

build() {
	cd "$pkgname"
}

package() {
	cd "$pkgname"
	sudo cp rxfetch /usr/bin
	sudo cp -r ttf-material-design-icons /usr/share/fonts/
}