pkgsrc/x11/citron/Makefile
pin 509f17b1d1 x11/citron: update to 0.5.0
-Feature release: Add an option (-R) to use railway time
2021-12-12 22:17:44 +00:00

26 lines
679 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/12/12 22:17:44 pin Exp $
DISTNAME= citron-0.5.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=grtcdr/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/grtcdr/citron/
COMMENT= Ditch your panel for some snazzy desktop notifications
LICENSE= mit
.include "cargo-depends.mk"
USE_TOOLS+= pkg-config
INSTALLATION_DIRS= bin
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.dbus}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/citron ${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"