Fix PKGBUILD makedepends and formatting #6
17
PKGBUILD
17
PKGBUILD
|
@ -1,28 +1,15 @@
|
||||||
# Maintainer: Јован Ђокић-Шумарац <sumarac@protonmail.com>
|
# Maintainer: Јован Ђокић-Шумарац <sumarac@protonmail.com>
|
||||||
|
|
||||||
pkgname=fetchy-git
|
pkgname=fetchy-git
|
||||||
pkgver=2.2
|
pkgver=2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
|
||||||
pkgdesc="Cli system info tool written in C. "
|
pkgdesc="Cli system info tool written in C. "
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://gitlab.com/vojjvoda/fetchy.git"
|
url="https://gitlab.com/vojjvoda/fetchy.git"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
groups=()
|
makedepends=("make" "git" "gcc")
|
||||||
depends=()
|
|
||||||
makedepends=(make)
|
|
||||||
checkdepends=()
|
|
||||||
optdepends=()
|
|
||||||
provides=(fetchy)
|
|
||||||
conflicts=(fetchy)
|
|
||||||
replaces=()
|
|
||||||
backup=()
|
|
||||||
options=()
|
|
||||||
install=
|
|
||||||
changelog=
|
|
||||||
source=("git+$url")
|
source=("git+$url")
|
||||||
noextract=()
|
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
validpgpkeys=()
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd fetchy
|
cd fetchy
|
||||||
|
|
Loading…
Reference in a new issue