summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 60ca2b9596c7572e4a331d6aed53023ec4eaa19d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Yufan You <ouuansteve at gmail>

pkgname=pacwatch
pkgver=1.2.2
pkgrel=1
pkgdesc='A pacman wrapper which helps you watch important package updates'
arch=('any')
url="https://github.com/ouuan/$pkgname"
license=('Apache-2.0')
depends=(
  'python-yaml'
  'python-platformdirs'
  'python-termcolor'
)
source=("$pkgname-$pkgver.py::https://github.com/ouuan/$pkgname/raw/$pkgver/$pkgname.py")
sha256sums=(32f91d88bc7fc12044069b7e994bc4e4eeadcbf7383fd037715b65b79c252308)

package() {
    install -Dm755 "$pkgname-$pkgver.py" "$pkgdir/usr/bin/$pkgname"
}