diff --git a/taskwarrior.cygport b/taskwarrior.cygport index 976088c..2902fcf 100644 --- a/taskwarrior.cygport +++ b/taskwarrior.cygport @@ -6,11 +6,13 @@ SUMMARY='Command line task management' DESCRIPTION='Taskwarrior is a command line task list management utility with a multitude of features' HOMEPAGE=https://taskwarrior.org/ -SRC_URI="https://github.com/GothenburgBitFactory/taskwarrior/archive/refs/tags/v${PV}.tar.gz" +GIT_URI=https://github.com/GothenburgBitFactory/taskwarrior +GIT_TAG="v$PV" LICENSE=MIT BUILD_REQUIRES='cmake gcc-fortran ninja libuuid-devel libgnutls-devel' inherit cmake +inherit git # vim: set noexpandtab tabstop=8 listchars=tab\:\ \ ,trail\:-,lead\:-