Add cmake as make dependency

This commit is contained in:
Aditya Gupta 2021-07-24 01:07:03 +05:30 committed by GitHub
parent 04f192dd00
commit 7a15f1248b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/ArthurSonzogni/FTXUI"
license=("MIT")
depends=()
makedepends=("git" "gcc")
makedepends=("git" "cmake")
provides=("ftxui")
conflicts=("ftxui")
install=".install"