summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtle Solbakken2020-09-07 11:23:37 +0200
committerAtle Solbakken2020-09-07 11:23:37 +0200
commitbbadeb0aae667b4434f7c33953bba26dca92f312 (patch)
tree9ec7e49dd772b459600e98d51f1afe1292cf2d19
parent1068e9364d4c7a3ca5a4f1fc7a9f1a8e2d497a7e (diff)
downloadaur-bbadeb0aae667b4434f7c33953bba26dca92f312.tar.gz
Add description field and maintainer.
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2db7e56abffe..602697c65982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,8 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Atle Solbakken <atle@goliathdns.no>
pkgname="rrr"
pkgver=1.12
pkgrel=1
-pkgdesc="ReadRouteRecord"
+pkgdesc="RRR (Read Route Record) is a general purpose acquirement, transmission and processing daemon supporting HTTP, MQTT, TCP, UDP and other I/O devices. RRR has a variety of different modules which can be chained together to retrieve, transmit, modify and save messages."
arch=('i686' 'arm64' 'x86_64')
url="https://www.github.com/atlesn/rrr"
license=('GPL')