summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 95ca68611091ef27b919d7b0bbc42bbb93b1d1ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Cole Thompson <cole dot thompson at gmail dot com>
pkgname=ufw-icon-bar
pkgver=1
pkgrel=2
pkgdesc="System tray icon for gufw"
arch=('any')
url="https://forum.manjaro.org/t/how-to-add-an-ufw-status-icon-to-the-panel/38559"
license=('unknown')
depends=('yad' 'gufw')
source=("$pkgname-$pkgver::git+https://github.com/juanmafont/ufwIconbar.git")
md5sums=("SKIP")

package() {
    mkdir -p "$pkgdir/usr/bin"
    cp "$srcdir/$pkgname-$pkgver/gufw_icon.sh" "$pkgdir/usr/bin/"
}