summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Eigensatz2016-08-13 19:59:11 +0200
committerPatrick Eigensatz2016-08-13 19:59:11 +0200
commitceed6fe594c50246c84f580585983afc659af783 (patch)
tree610fb76fb0f63418dde7190995e5fae334478734
parentfad41ec4bb8acbbce402be2df8bae33ea1eed9d8 (diff)
downloadaur-ceed6fe594c50246c84f580585983afc659af783.tar.gz
Revised PKGBUILD (Removed empty lines, etc.)
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD20
2 files changed, 3 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index ab3fc0cff138..2d7c3e2feda8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,42 +4,26 @@
# then please put 'unknown'.
# Maintainer: Patrick Eigensatz <patrick.eigensatz@gmail.com>
+
pkgname=qjournalctl
pkgver=0.2
pkgrel=1
-epoch=
pkgdesc="Qt-based graphical user interface for systemd's journalctl command"
arch=('i686' 'x86_64')
url="https://github.com/pentix/qjournalctl/"
license=('GPL')
-groups=()
depends=('qt5-base')
makedepends=('gcc-libs-multilib')
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
source=('https://github.com/pentix/qjournalctl/archive/v0.2.tar.gz')
-noextract=()
md5sums=('debd87fb60d50c4bd01bec99cff80a40')
sha256sums=('ba29cbde9df05538fc4c81f649e40d3754a3d852ab6c064b78898d0f5cafaa7a')
-validpgpkeys=()
-
-#prepare() {
-#}
build() {
cd qjournalctl-0.2
- ./autogen.sh
+ sh autogen.sh
make -j9
}
-#check() {
-#}
-
package() {
mkdir -p $pkgdir/usr/bin/
cp qjournalctl-0.2/qjournalctl $pkgdir/usr/bin/