git: 14aade0c58d4 - main - games/eksanos: New port: Simple TicTacToe game written for elementary OS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 May 2022 18:48:20 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=14aade0c58d4f14f848a6472ddf2547b31409139 commit 14aade0c58d4f14f848a6472ddf2547b31409139 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-05-19 18:48:17 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-05-19 18:48:17 +0000 games/eksanos: New port: Simple TicTacToe game written for elementary OS --- games/Makefile | 1 + games/eksanos/Makefile | 22 ++++++++++++++++++++++ games/eksanos/distinfo | 3 +++ games/eksanos/pkg-descr | 3 +++ games/eksanos/pkg-plist | 15 +++++++++++++++ 5 files changed, 44 insertions(+) diff --git a/games/Makefile b/games/Makefile index 97f9f3d84e6e..005486c937be 100644 --- a/games/Makefile +++ b/games/Makefile @@ -226,6 +226,7 @@ SUBDIR += eif SUBDIR += eights SUBDIR += einstein + SUBDIR += eksanos SUBDIR += el SUBDIR += el-data SUBDIR += emptyepsilon diff --git a/games/eksanos/Makefile b/games/eksanos/Makefile new file mode 100644 index 000000000000..da019571a2e7 --- /dev/null +++ b/games/eksanos/Makefile @@ -0,0 +1,22 @@ +PORTNAME= eksanos +PORTVERSION= 1.1.0 +CATEGORIES= games + +MAINTAINER= nc@FreeBSD.org +COMMENT= Simple TicTacToe game written for elementary OS + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} + +BUILD_DEPENDS= valac:lang/vala +LIB_DEPENDS= libgranite.so:x11-toolkits/granite \ + libhandy-1.so:x11-toolkits/libhandy + +USES= gnome meson pkgconfig +USE_GNOME= glib20 gtk30 + +.include <bsd.port.mk> + diff --git a/games/eksanos/distinfo b/games/eksanos/distinfo new file mode 100644 index 000000000000..4c5234306b23 --- /dev/null +++ b/games/eksanos/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1652985746 +SHA256 (eksanos-eksanos-1.1.0_GH0.tar.gz) = bc321432d914f0e5e5fe44c1f1aaa284c06dadadeac3c8a9eafb829e8575da9d +SIZE (eksanos-eksanos-1.1.0_GH0.tar.gz) = 420123 diff --git a/games/eksanos/pkg-descr b/games/eksanos/pkg-descr new file mode 100644 index 000000000000..55da8262c912 --- /dev/null +++ b/games/eksanos/pkg-descr @@ -0,0 +1,3 @@ +Eksanos is a simple TicTacToe game for elementary OS. + +WWW: https://github.com/eksanos/eksanos diff --git a/games/eksanos/pkg-plist b/games/eksanos/pkg-plist new file mode 100644 index 000000000000..a54010b91fa4 --- /dev/null +++ b/games/eksanos/pkg-plist @@ -0,0 +1,15 @@ +bin/com.github.eksanos.eksanos +share/applications/com.github.eksanos.eksanos.desktop +share/icons/hicolor/128x128/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/128x128@2/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/16x16/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/16x16@2/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/24x24/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/24x24@2/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/32x32/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/32x32@2/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/48x48/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/48x48@2/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/64x64/apps/com.github.eksanos.eksanos.svg +share/icons/hicolor/64x64@2/apps/com.github.eksanos.eksanos.svg +share/metainfo/com.github.eksanos.eksanos.metainfo.xml