Fix PKGBUILD makedepends and formatting #6

Merged
dusansimic merged 1 commit from fix-make-depends into master 2022-07-19 09:12:54 +02:00

View file

@ -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