mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add talkfilters.
* gnu/packages/games.scm (talkfilters): New variable.
This commit is contained in:
parent
51d3dcea42
commit
dff624230a
1 changed files with 20 additions and 0 deletions
|
@ -208,3 +208,23 @@ (define-public pingus
|
||||||
level's exit. The game is presented in a 2D side view.")
|
level's exit. The game is presented in a 2D side view.")
|
||||||
;; Some source files are under bsd-3 and gpl2+ licenses.
|
;; Some source files are under bsd-3 and gpl2+ licenses.
|
||||||
(license gpl3+)))
|
(license gpl3+)))
|
||||||
|
|
||||||
|
(define-public talkfilters
|
||||||
|
(package
|
||||||
|
(name "talkfilters")
|
||||||
|
(version "2.3.8")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://www.hyperrealm.com/" name "/"
|
||||||
|
name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "19nc5vq4bnkjvhk8srqddzhcs93jyvpm9r6lzjzwc1mgf08yg0a6"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(home-page "http://www.gnu.org/software/talkfilters")
|
||||||
|
(synopsis "Convert English text to humorous dialects")
|
||||||
|
(description "The GNU Talk Filters are programs that convert English text
|
||||||
|
into stereotyped or otherwise humorous dialects. The filters are provided as
|
||||||
|
a C library, so they can easily be integrated into other programs.")
|
||||||
|
(license gpl2+)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue