diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2022-05-19 18:48:17 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-05-19 18:48:17 +0000 |
commit | 14aade0c58d4f14f848a6472ddf2547b31409139 (patch) | |
tree | 8fd7f8f1f8624497c8640609e393fb6adc8ca4bd | |
parent | fb54a631b35ecda00d46925beefd66c2d019dca2 (diff) |
games/eksanos: New port: Simple TicTacToe game written for elementary OS
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/eksanos/Makefile | 22 | ||||
-rw-r--r-- | games/eksanos/distinfo | 3 | ||||
-rw-r--r-- | games/eksanos/pkg-descr | 3 | ||||
-rw-r--r-- | games/eksanos/pkg-plist | 15 |
5 files changed, 44 insertions, 0 deletions
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 |