diff options
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/weebsay/Makefile | 27 | ||||
-rw-r--r-- | games/weebsay/distinfo | 17 | ||||
-rw-r--r-- | games/weebsay/pkg-descr | 3 |
4 files changed, 48 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index d1b6393e7044..330fa66447e4 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1006,6 +1006,7 @@ SUBDIR += wargus SUBDIR += warmux SUBDIR += warzone2100 + SUBDIR += weebsay SUBDIR += wesnoth SUBDIR += whichwayisup SUBDIR += widelands diff --git a/games/weebsay/Makefile b/games/weebsay/Makefile new file mode 100644 index 000000000000..9dd732086a88 --- /dev/null +++ b/games/weebsay/Makefile @@ -0,0 +1,27 @@ +PORTNAME= weebsay +PORTVERSION= 0.0.20210508 +CATEGORIES= games + +MAINTAINER= nc@FreeBSD.org +COMMENT= Like cowsay but with random anime quotes + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +USE_GITHUB= yes +GH_ACCOUNT= irevenko +GH_TAGNAME= 8107cc5 + +GH_TUPLE= fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ + golang:sys:d5e6a3e2c0ae:golang_sys/vendor/golang.org/x/sys \ + inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ + mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ + mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ + spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> + diff --git a/games/weebsay/distinfo b/games/weebsay/distinfo new file mode 100644 index 000000000000..12001081616c --- /dev/null +++ b/games/weebsay/distinfo @@ -0,0 +1,17 @@ +TIMESTAMP = 1620669197 +SHA256 (irevenko-weebsay-0.0.20210508-8107cc5_GH0.tar.gz) = 53d6f0e9b0d5b6799a1bd9ca792135ce5b575857cc91b150c803e4b9967894d5 +SIZE (irevenko-weebsay-0.0.20210508-8107cc5_GH0.tar.gz) = 77100 +SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e +SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532 +SHA256 (golang-sys-d5e6a3e2c0ae_GH0.tar.gz) = 6cd44aa33cb0fc4caedadde44b3a943bece0aa67d803c00bfb09b03222845f19 +SIZE (golang-sys-d5e6a3e2c0ae_GH0.tar.gz) = 1539001 +SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 +SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 +SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f +SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571 +SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c +SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 +SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa +SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580 +SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 +SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 diff --git a/games/weebsay/pkg-descr b/games/weebsay/pkg-descr new file mode 100644 index 000000000000..07b7b12309fc --- /dev/null +++ b/games/weebsay/pkg-descr @@ -0,0 +1,3 @@ +weebsay is like cowsay but it's with a random anime quote. + +WWW: https://github.com/irevenko/weebsay |