summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b9ce5336153364f132a3c3ecd1290b4638e8e7ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Jaden Peterson <jadenpeterson150@gmail.com>

pkgname=aurvote-utils
pkgver=1.1.0
pkgrel=1
pkgdesc='A set of utilities for managing AUR votes'
arch=('any')
url=https://github.com/jadenPete/aurvote-utils
license=('MIT')
depends=('python' 'python-beautifulsoup4' 'python-requests')
source=("https://github.com/jadenPete/aurvote-utils/archive/v${pkgver}.tar.gz")
sha256sums=('dcfe41a1e49f7780f24fc84c85cd8e765384fbf009e2d1670707b28b22d2415c')

package() {
	cd "aurvote-utils-${pkgver}"
	install -D aur-vote "${pkgdir}/usr/bin/aur-vote"
	install aur-autovote "${pkgdir}/usr/bin/aur-autovote"
}