mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
business/ledger: Note utfcpp incompatibility in current.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
0e61a4681a
commit
eb371e2366
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue