summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3890938bcb3da5d24da19c3352dee87407b5815f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: p3nguin-kun <p3nguinkun@proton.me>
pkgname=lmaofetch
pkgver=2.2.1
pkgrel=1
pkgdesc="A simple system fetch written in Bash"
arch=('any')
url="https://github.com/p3nguin-kun/lmaofetch"
license=('MIT')
depends=('bash')
makedepends=('git')
#install=
source=("$pkgname::git+https://github.com/p3nguin-kun/lmaofetch#tag=${pkgver}")
noextract=()
sha512sums=('SKIP')

package() {
  cd $pkgname
  make DESTDIR="$pkgdir" install
  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/lmaofetch/LICENSE"
}