summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeppia <nonso@insicuri.net>2017-03-16 11:43:24 +0100
committerSeppia <nonso@insicuri.net>2017-03-16 11:43:24 +0100
commit594db703a612ed5218ac2c0673c117c34b751510 (patch)
treea9252b4eb93863af70ffcbb8f0d3fccfbc7b0657 /PKGBUILD
parentdce368fceac84e0754f5c130380621d099fdc6b4 (diff)
downloaddino-git-594db703a612ed5218ac2c0673c117c34b751510.tar.gz
dino-git-594db703a612ed5218ac2c0673c117c34b751510.tar.bz2
dino-git-594db703a612ed5218ac2c0673c117c34b751510.zip
temporary installation workaraoud
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ef18a2..5db07fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Simple and modern Jabber/XMPP client written in vala"
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/dino/dino"
-license=('GPLv3')
+license=('')
groups=()
depends=('sudo')
makedepends=('git' 'vala')
@@ -35,5 +35,6 @@ build() {
package() {
cd "$srcdir/${pkgname%-git}"
sudo cp build/dino /usr/bin/
+ sudo cp build/*.so /usr/lib/
# make DESTDIR="$pkgdir/" install
}