19 lines
465 B
Plaintext
19 lines
465 B
Plaintext
# Maintainer: Eric Lay <ericlaytm@gmail.com>
|
|
pkgname=systrayupdater
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
pkgdesc="PyQt5 system tray applet to notify of available updates"
|
|
arch=('x86_64')
|
|
url="https://github.com/ericlay/$pkgname"
|
|
license=('GPL3')
|
|
depends=('python'
|
|
'pyqt5')
|
|
makedepends=('git')
|
|
optdepends=()
|
|
source=("git+https://github.com/ericlay/fuzzy-pkg-finder.git#tag=v$pkgver")
|
|
md5sums=('SKIP')
|
|
|
|
package() {
|
|
cd "$srcdir/$pkgname"
|
|
install -Dm755 fpf -t "$pkgdir/usr/bin"
|
|
} |