summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 458c72ddbf1de7e331aff577dd8402e68c45b238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: EFE KANDEMIR  <817c0d3r@gmail.com>
pkgname=archlinuxinfo
pkgver=2
pkgrel=4
pkgdesc="C program to display system infomation alongside the Arch Linux logo"
arch=('any')
url="https://github.com/817c0d3r/Logo"
license=('GPL')
depends=("gcc")
source=(https://raw.githubusercontent.com/817c0d3r/Logo/master/${pkgname}.c)
sha512sums=('SKIP')
package() {
	msg "Compile..."
	make ${pkgname}
	msg "Install..."
	install -Dm755 ${pkgname} "$pkgdir/usr/bin/${pkgname}"
}