blob: 741c01717b9db9160a7cbc448fecbf67b1ec69f1 (
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
|
pkgbase = releng-tool
pkgdesc = Tool to assist in the release engineering of a project
pkgver = 0.9.0.dev0
pkgrel = 1
url = https://releng.io/
arch = any
license = BSD
makedepends = git
makedepends = python-setuptools
makedepends = python2-setuptools
makedepends = sed
optdepends = autoconf: support for autotools package management
optdepends = bash-completion: shell completion for bash
optdepends = bzr: supporting for Bazaar cloning
optdepends = cmake: support for CMake package management
optdepends = cvs: supporting for CVS checkouts
optdepends = dropbear-scp: support for secure-copy fetching of sources
optdepends = fish: shell completion for fish
optdepends = git: support for Git cloning
optdepends = gnupg: support for GPG verification of downloaded packages
optdepends = make: support for building make-dependent packages
optdepends = mercurial: support for Mercurial cloning
optdepends = patch: support for patching package sources
optdepends = subversion: supporting for Subversion checkouts
optdepends = zsh-completions: shell completion for zsh
source = releng-tool-0.9.0.dev0::git+https://github.com/releng-tool/releng-tool.git#commit=3d86ec264a219e66c4226d4d23f7762c37ff8e1d
sha512sums = SKIP
pkgname = releng-tool
depends = python
pkgname = python2-releng-tool
depends = python2
|