From ee23e0f82d353c431267c6ed185232e25ba5a0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 23 Mar 2023 08:31:42 +0100 Subject: [PATCH] haikutodo: clean up --- haiku-apps/haikutodo/haikutodo-0.0.recipe | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/haiku-apps/haikutodo/haikutodo-0.0.recipe b/haiku-apps/haikutodo/haikutodo-0.0.recipe index 08cd1d601..268e4b18b 100644 --- a/haiku-apps/haikutodo/haikutodo-0.0.recipe +++ b/haiku-apps/haikutodo/haikutodo-0.0.recipe @@ -4,7 +4,7 @@ them with online services such as Google Tasks." HOMEPAGE="https://github.com/AdrianArroyoCalle/haiku-todo" COPYRIGHT="2014 Adrian Arroyo Calle" LICENSE="MIT" -REVISION="2" +REVISION="3" srcGitRev="2b8f6ea07e7034f4fe9564e6419587dad9f00217" SOURCE_URI="https://github.com/AdrianArroyoCalle/haiku-todo/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="90475c47cc0a8f70ef76f58b202ad3fb76fe3b965cd95116b7c9b724f96ab168" @@ -28,10 +28,8 @@ BUILD_PREREQUIRES=" BUILD() { - mkdir -p build - cd build - cmake .. - make $jobArgs + cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release + make -C build $jobArgs } INSTALL()