summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2021-04-13 15:06:32 +0300
committerorhun2021-04-13 15:06:32 +0300
commit196d3cc6a311540e92ef1bb45f27a3207262ac2b (patch)
tree2974aca79b66d5f74fc9d3abd47ba4e6179a4e7f /PKGBUILD
parentdfd614a6f7e26a6d91698151b434f13fb95d795a (diff)
downloadaur-196d3cc6a311540e92ef1bb45f27a3207262ac2b.tar.gz
upgpkg: kermit-git 3.4.r0.gce66a32-2
install kermit.conf & kermit.desktop
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fbd460ef6fc..57596ec19c96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=kermit-git
pkgdesc="A VTE-based, simple and froggy terminal emulator (git)"
pkgver=3.4.r0.gce66a32
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/orhun/kermit"
license=('GPL3')
@@ -32,4 +32,6 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm 644 "../README.md" -t "$pkgdir/usr/share/doc/$pkgname"
install -Dm 644 "../man/${pkgname%-git}.1" -t "$pkgdir/usr/share/man/man1"
+ install -Dm 644 "../.config/${pkgname%-git}.desktop" -t "$pkgdir/usr/share/applications"
+ install -Dm 644 "../.config/${pkgname%-git}.conf" -t "$pkgdir/usr/share/${pkgname%-git}/examples"
}