summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f660724dbe124ebf613088f67bee0611d866a655 (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
# Maintainer: Brian Steffens <briansteffens@gmail.com>
pkgname=mkws
pkgver=0.0.1
pkgrel=1
epoch=
pkgdesc="Quickly generate throwaway development environments for quick tests, calculations, etc."
arch=('i686' 'x86_64')
url="https://github.com/briansteffens/mkws"
license=('GPL')
groups=()
depends=("python" "python-docopt")
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("${pkgname%-*}::git+https://github.com/briansteffens/mkws.git")
noextract=()
md5sums=('SKIP')
validpgpkeys=()

package() {
    cd "${srcdir}/${pkgname}"
	make DESTDIR="$pkgdir/" install
}