summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d8ec73c2f2cf4bbc9c9f7e49c877131e1a8f4414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: graysky <graysky AT archlinux DOT org>

pkgname=ovpngen
pkgver=1.28
pkgrel=1
pkgdesc="Generate an OpenVPN client profile in the unified format."
arch=('any')
url="http://github.com/graysky2/ovpngen"
license=('MIT')
source=($pkgname-$pkgver.tar.gz::https://github.com/graysky2/${pkgname}/archive/v${pkgver}.tar.gz)
sha256sums=('c81bff272e4187c943808711bc9cea716bf6de7bd4c0254ae6affb5ca7433db4')

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