From 2241296045fd47a26f5ebdfde4065b801b938a4c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 17 Sep 2018 08:08:17 +0200 Subject: [PATCH] haikutodo: switch to archive --- haiku-apps/haikutodo/haikutodo-0.0.recipe | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/haiku-apps/haikutodo/haikutodo-0.0.recipe b/haiku-apps/haikutodo/haikutodo-0.0.recipe index 313901ea0..08cd1d601 100644 --- a/haiku-apps/haikutodo/haikutodo-0.0.recipe +++ b/haiku-apps/haikutodo/haikutodo-0.0.recipe @@ -5,23 +5,26 @@ HOMEPAGE="https://github.com/AdrianArroyoCalle/haiku-todo" COPYRIGHT="2014 Adrian Arroyo Calle" LICENSE="MIT" REVISION="2" -SOURCE_URI="git+https://github.com/AdrianArroyoCalle/haiku-todo.git" +srcGitRev="2b8f6ea07e7034f4fe9564e6419587dad9f00217" +SOURCE_URI="https://github.com/AdrianArroyoCalle/haiku-todo/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="90475c47cc0a8f70ef76f58b202ad3fb76fe3b965cd95116b7c9b724f96ab168" +SOURCE_DIR="haiku-todo-$srcGitRev" ARCHITECTURES="x86_gcc2" PROVIDES=" haikutodo = $portVersion app:haikutodo -" + " BUILD_REQUIRES=" haiku_devel -" + " BUILD_PREREQUIRES=" cmd:cmake cmd:g++ cmd:make -" + " BUILD() {