business/ledger: Note utfcpp incompatibility in current.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-01-17 11:05:01 +01:00 committed by Robby Workman
parent 0e61a4681a
commit eb371e2366
2 changed files with 6 additions and 1 deletions

View file

@ -1,2 +1,7 @@
Ledger is a powerful, double-entry accounting system that is accessed
from the UNIX command-line.
* IMPORTANT NOTE *
seems like utfcpp actually breaks compilation in current so be sure
to remove that package if you have installed before trying to build
ledger

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ledger/ledger/archive/v3.2.1/ledger-3.2.1.tar.gz"
MD5SUM="4f82445bf8a39010e51b6367cf82c6d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="utfcpp"
REQUIRES=""
MAINTAINER="simotrone"
EMAIL="simotrone@gmail.com"