forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.0 What's Changed - fix: hardcoded Berlin in geolocation by @andylizi in #87 - fix: alignment of rendered elements - alignment of Dew Point cell - improve length calculations for cjk languages v1.0.0-rc.1 What's Changed - Fix config directory creation failure by @brandondong in #82 v1.0.0-rc What's Changed - feat: weekday forcasts #75 - fix: time_indicator disable option #76 - fix: daytime icons in graph #77 - fix border displacement with other precip. units than probability 0473b20 - feat: historical weather #78
- Loading branch information
Showing
3 changed files
with
167 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# $NetBSD: Makefile,v 1.16 2023/03/11 22:07:11 pin Exp $ | ||
# $NetBSD: Makefile,v 1.17 2023/03/18 16:15:12 pin Exp $ | ||
|
||
DISTNAME= wthrr-0.10.0 | ||
DISTNAME= wthrr-the-weathercrab-1.0.0 | ||
PKGNAME= wthrr-1.0.0 | ||
CATEGORIES= misc | ||
MASTER_SITES= https://static.crates.io/crates/wthrr/ | ||
EXTRACT_SUFX= .crate | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=tobealive/} | ||
GITHUB_PROJECT= wthrr-the-weathercrab | ||
GITHUB_TAG= v${PKGVERSION_NOREV} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/tobealive/wthrr-the-weathercrab/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.