diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-01-17 11:05:01 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:35:58 -0500 |
commit | eb371e236654ba25af64e33b480f4095d73d237d (patch) | |
tree | 8ea4e2d44a456644d4d60add6aa78ac90dccc161 /business/ledger | |
parent | 0e61a4681a25007ff6e79a5c70bd1d484c633b90 (diff) |
business/ledger: Note utfcpp incompatibility in current.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'business/ledger')
-rw-r--r-- | business/ledger/README | 5 | ||||
-rw-r--r-- | business/ledger/ledger.info | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/business/ledger/README b/business/ledger/README index 18141c655e3e..33dbe598d786 100644 --- a/business/ledger/README +++ b/business/ledger/README @@ -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 diff --git a/business/ledger/ledger.info b/business/ledger/ledger.info index 49666f11fc5a..9ab04f37db9f 100644 --- a/business/ledger/ledger.info +++ b/business/ledger/ledger.info @@ -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" |