summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 660d7a82d87b7767db286849826fdeb6f5812e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

# Maintainer: Alfred Roos alfred@stensatter.se
pkgname=pvc-git
pkgver=1.1.0
pkgrel=1
epoch=
pkgdesc="command line tool to change version of aur packages"
arch=(x86_64)
url="https://github.com/spynetS/pvc.git"
license=('GPL')
groups=()
depends=(python python-flagser)
makedepends=(python-pip)
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=()
noextract=()
md5sums=()
validpgpkeys=()

prepare() {
    git clone https://github.com/spynetS/pvc.git pvc
}

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