pkgsrc/time/saturn-cli/Makefile
pin 873c4be9c7 time/saturn-cli: update to 0.4.4
Small but critical bugfixes.
Sorry this release got so long to get to; life has happened. I'm hoping to
increase the pace of releases and fix some of the uglier bugs and performance
issues in a shorter time period from now on.

Here are the issues resolved:
 - Fix an issue where all day events would be spam notified every day.
 - Google: recurring tasks always preferred the original start time, not the
   current time.
 - Fix using certain weekdays as time specifiers.
2023-11-26 16:09:59 +00:00

26 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.4 2023/11/26 16:09:59 pin Exp $
DISTNAME= saturn-0.4.4
PKGNAME= saturn-cli-0.4.4
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_GITHUB:=erikh/}
GITHUB_PROJECT= saturn
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/erikh/saturn/
COMMENT= Calendar for CLI nerds
LICENSE= mit
.include "cargo-depends.mk"
USE_TOOLS+= pkg-config
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.dbus}/lib
.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"