summaryrefslogtreecommitdiffstats
path: root/testing/sqstat/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sqstat/APKBUILD')
-rw-r--r--testing/sqstat/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/sqstat/APKBUILD b/testing/sqstat/APKBUILD
index 9489e7960f..e802394f23 100644
--- a/testing/sqstat/APKBUILD
+++ b/testing/sqstat/APKBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Natanael Copa
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sqstat
pkgver=1.20
pkgrel=0
@@ -6,14 +6,13 @@ pkgdesc="SqStat is a script which allows to look through active squid users conn
url="http://samm.kiev.ua/sqstat/"
arch="all"
license="ISC"
-depends=
-makedepends=
-install=
-subpackages=
+depends=""
+makedepends=""
+install=""
+subpackages=""
source="http://samm.kiev.ua/sqstat/sqstat-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
-
prepare() {
cd "$_builddir"
}