summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortakagiy2020-01-05 01:05:53 +0900
committertakagiy2020-01-05 01:05:53 +0900
commit340ceddcb19490bdb540434640e81b6e8e1e8b51 (patch)
tree686fd718e9a038fc63a04c312de5b3da7e26c4fb /PKGBUILD
parentd6eb4dc1d0d01b030c14a680f02cfa5466e63c51 (diff)
downloadaur-poac-devel-git.tar.gz
add runtime dependent commands
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bee23f173e0d..8f217bd0f995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Yuki Takagi <takagiy.4dev@gmail.com>
pkgname=poac-devel-git
pkgver=0.2.1.r789.83d35eb
-pkgrel=1
+pkgrel=2
pkgdesc="Package manager for C++ like Cargo for Rust (develop branch)"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://poac.pm"
license=('GPL3')
-depends=('libgit2')
+depends=('libgit2' 'tar' 'graphviz')
makedepends=('git' 'cmake' 'boost' 'toml11-git')
+optdepends=('cmake: To build CMake projects'
+'make: To build projects with Makefile')
provides=('poac-git' 'poac')
conflicts=('poac-git' 'poac')
source=(${pkgname}::git+https://github.com/poacpm/poac.git)