mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e55b80195e
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1 Reported by: GitHub (watch releases) PR: 274317 Exp-run by: antoine (incomplete) Approved by: fluffy
24 lines
525 B
Makefile
24 lines
525 B
Makefile
PORTNAME= peaclock
|
|
DISTVERSION= 0.4.3
|
|
PORTREVISION= 7
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Customizable clock, timer, and stopwatch for the terminal
|
|
WWW= https://github.com/octobanana/peaclock
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libicui18n.so:devel/icu
|
|
|
|
USES= cmake compiler:c++17-lang localbase:ldflags
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= octobanana
|
|
|
|
CXXFLAGS+= -Wno-narrowing # https://github.com/octobanana/peaclock/issues/18
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|