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.
What's Changed - fix: line 8 for history by @thomas-mauran in #37 - Add NetBSD by @0323pin in #39 - docs: add contributing.md by @thomas-mauran in #40 - Creates a much smaller final docker image by @jhauris in #41 - feat: add "escape" event to helper menu by @charley04310 in #43 - fix: do not allow selecting a chess piece with a not authorized move by @charley04310 in #45 - Add Arch Linux install directions by @Rustmilian in #46 - feat: home menu + credit + small fixes by @thomas-mauran in #47
- Loading branch information
Showing
2 changed files
with
7 additions
and
8 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,8 @@ | ||
# $NetBSD: Makefile,v 1.1 2023/12/06 10:14:02 pin Exp $ | ||
# $NetBSD: Makefile,v 1.2 2023/12/09 10:22:47 pin Exp $ | ||
|
||
DISTNAME= chess-tui-1.0.1 | ||
DISTNAME= chess-tui-1.1.0 | ||
CATEGORIES= games | ||
MASTER_SITES= https://static.crates.io/crates/chess-tui/ | ||
EXTRACT_SUFX= .crate | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=thomas-mauran/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/thomas-mauran/chess-tui/ | ||
|
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