mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/neofetch: fix code-style
This commit is contained in:
parent
b0f535d702
commit
6b208ee806
@ -3,19 +3,18 @@
|
|||||||
pkgname=neofetch
|
pkgname=neofetch
|
||||||
pkgver=3.3.0
|
pkgver=3.3.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A CLI system information tool written in BASH that supports displaying images."
|
pkgdesc="A CLI system information tool written in Bash that supports displaying images"
|
||||||
url="https://github.com/dylanaraps/neofetch"
|
url="https://github.com/dylanaraps/neofetch"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
makedepends="make"
|
|
||||||
depends="bash"
|
depends="bash"
|
||||||
|
makedepends="make"
|
||||||
|
options="!check"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
|
||||||
options="!check"
|
|
||||||
builddir="$srcdir/$pkgname-$pkgver"
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
|
|
||||||
package()
|
package() {
|
||||||
{
|
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user