initial import
This commit is contained in:
24
hyperfetch/PKGBUILD
Normal file
24
hyperfetch/PKGBUILD
Normal file
@@ -0,0 +1,24 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=hyperfetch
|
||||
pkgver=0.2
|
||||
pkgrel=1
|
||||
pkgdesc="A program showing essential system-information."
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://git.hyperbola.info:50100/~team/software/hyperfetch.git/'
|
||||
license=('GPL-2')
|
||||
source=("https://repo.hyperbola.info:50000/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
|
||||
sha512sums=('8cdb5344e0fb496ab0959b2a496d8a3ce4a73a16383102dd18fb9b79aa5248bead705a2d18084262919b6fdbad2f45999315e301ef43023ca7ae9372701a6f59'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
install -Dm755 hyperfetch -t "$pkgdir/usr/bin"
|
||||
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user