[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
166/184: gnu: Add scroll.
From: |
guix-commits |
Subject: |
166/184: gnu: Add scroll. |
Date: |
Wed, 27 Nov 2019 14:37:20 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 32d1826840c90da021992d905f3904fad46d106f
Author: Efraim Flashner <address@hidden>
Date: Sun Nov 3 22:09:34 2019 +0200
gnu: Add scroll.
* gnu/packages/haskell-apps.scm (scroll): New variable.
---
gnu/packages/haskell-apps.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 361ab9f..144ff9e 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -599,6 +599,37 @@ proved to be an excellent learning experience for the
programmers. Everything
is programmed in Haskell.")
(license license:bsd-3)))
+(define-public scroll
+ (package
+ (name "scroll")
+ (version "1.20180421")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/scroll/scroll-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0apzrvf99rskj4dbmn57jjxrsf19j436s8a09m950df5aws3a0wj"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-case-insensitive" ,ghc-case-insensitive)
+ ("ghc-data-default" ,ghc-data-default)
+ ("ghc-ifelse" ,ghc-ifelse)
+ ("ghc-monad-loops" ,ghc-monad-loops)
+ ("ghc-ncurses" ,ghc-ncurses)
+ ("ghc-optparse-applicative" ,ghc-optparse-applicative)
+ ("ghc-random" ,ghc-random)
+ ("ghc-vector" ,ghc-vector)))
+ (home-page "https://joeyh.name/code/scroll/")
+ (synopsis "scroll(6), a roguelike game")
+ (description
+ "You're a bookworm that's stuck on a scroll. You have to dodge between
+words and use spells to make your way down the page as the scroll is read. Go
+too slow and you'll get wound up in the scroll and crushed.")
+ (license license:gpl2)))
+
(define-public shellcheck
(package
(name "shellcheck")
- 144/184: doc: Mention value /var to localstatedir option., (continued)
- 144/184: doc: Mention value /var to localstatedir option., guix-commits, 2019/11/27
- 173/184: gnu: qtwebkit: Don't use NAME in source URI., guix-commits, 2019/11/27
- 168/184: gnu: delta: Use 'mirror-url'., guix-commits, 2019/11/27
- 183/184: Merge branch 'master' into wip-gnome-updates, guix-commits, 2019/11/27
- 132/184: gnu: rdesktop: Update to 1.9.0., guix-commits, 2019/11/27
- 137/184: gnu: perl-file-configdir: Update to 0.021., guix-commits, 2019/11/27
- 129/184: gnu: botan: Optimise., guix-commits, 2019/11/27
- 123/184: news: Add Spanish translation., guix-commits, 2019/11/27
- 153/184: gnu: gegl: Update to 0.4.18., guix-commits, 2019/11/27
- 163/184: gnu: monero-gui: Update to 0.15.0.0., guix-commits, 2019/11/27
- 166/184: gnu: Add scroll.,
guix-commits <=
- 165/184: gnu: Add ghc-ncurses., guix-commits, 2019/11/27
- 155/184: gnu: xfce4-whiskermenu-plugin: Don't use NAME in source URI., guix-commits, 2019/11/27
- 181/184: gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase., guix-commits, 2019/11/27
- 174/184: gnu: xfce4-whiskermenu-plugin: Download over HTTPS., guix-commits, 2019/11/27
- 171/184: gnu: polkit-qt: Use https for home-page., guix-commits, 2019/11/27
- 170/184: gnu: polkit-qt: Use 'mirror-url'., guix-commits, 2019/11/27
- 184/184: Merge branch 'master' into wip-gnome-updates, guix-commits, 2019/11/27
- 88/184: gnu: libdvdread: Update to 6.0.2., guix-commits, 2019/11/27
- 120/184: gnu: botan: Update to 2.12.1., guix-commits, 2019/11/27
- 117/184: gnu: perl-data-compare: Update to 1.27., guix-commits, 2019/11/27