Skip to content

Commit

Permalink
testing/neofetch: new aport
Browse files Browse the repository at this point in the history
Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. The main purpose of Neofetch is to be used in screenshots to show other users what OS/Distro you're running, what Theme/Icons you're using etc.
  • Loading branch information
dawidd6 authored and fcolista committed Jul 10, 2017
1 parent fe62ef2 commit d81d608
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions testing/neofetch/APKBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Contributor: Dawid Dziurla <[email protected]>
# Maintainer: Dawid Dziurla <[email protected]>
pkgname=neofetch
pkgver=3.2.0
pkgrel=0
pkgdesc="A CLI system information tool written in BASH that supports displaying images."
url="https://github.com/dylanaraps/neofetch"
arch="noarch"
license="MIT"
makedepends="make"
depends="bash"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
options="!check"
builddir="$srcdir/$pkgname-$pkgver"

package()
{
cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
}

sha512sums="790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764 neofetch-3.2.0.tar.gz"

0 comments on commit d81d608

Please sign in to comment.