blob: 3808c27d193f8779b3ff264e994951d99748147e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = git-ssh-git
pkgdesc = A wrapper around git to work with multiple SSH keys
pkgver = r227.bbe6609
pkgrel = 1
url = https://github.com/pyamsoft/git-ssh.git
install = git-ssh.install
arch = any
license = GPLv2
makedepends = git
depends = git
depends = python
depends = python-setuptools
provides = git-ssh
conflicts = git-ssh
source = git-ssh::git+https://github.com/pyamsoft/git-ssh.git#branch=master
sha256sums = SKIP
pkgname = git-ssh-git
|