mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Fix Finance recipe, changes in repo
This commit is contained in:
@@ -2,12 +2,14 @@ SUMMARY="Manage all your finances with this easy-to-use app!"
|
||||
|
||||
DESCRIPTION="
|
||||
Finance is an app made to provide all features expected from personal
|
||||
finance software while using the style of Haiku. It allows for management
|
||||
of multiple accounts and has graphs.
|
||||
finance software while using the style of Haiku.
|
||||
It can be used to balance multiple accounts and you can import Quicken or Money data,
|
||||
reconcile statements, view spending categorization and net worth trends,
|
||||
all with customizable categories and payees.
|
||||
"
|
||||
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Finance"
|
||||
SRC_URI="git://github.com/HaikuArchives/Finance.git#c047e2da9a5e6c8cddb5ef3b430fcd43a429c2a4"
|
||||
SRC_URI="git://github.com/HaikuArchives/Finance.git#33513a1c44b6f94a46ccae563f19a64440dea46a"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="
|
||||
@@ -39,14 +41,12 @@ USER_SETTINGS_FILES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd trunk
|
||||
runConfigure ./configure
|
||||
jam
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd trunk
|
||||
mkdir -p $appsDir
|
||||
cp generated/distro-haiku-*-release/Finance $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Finance
|
||||
|
||||
Reference in New Issue
Block a user