aboutsummaryrefslogtreecommitdiffstats
path: root/oni/packages/inbox-size.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/packages/inbox-size.scm')
-rw-r--r--oni/packages/inbox-size.scm56
1 files changed, 28 insertions, 28 deletions
diff --git a/oni/packages/inbox-size.scm b/oni/packages/inbox-size.scm
index 8e6802a..f056402 100644
--- a/oni/packages/inbox-size.scm
+++ b/oni/packages/inbox-size.scm
@@ -11,31 +11,31 @@
(let ((commit "e9a94db05e45be9357ccc757601c1cd890a6254c")
(revision "0"))
(package
- (name "inbox-size")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "git://ryuslash.org/util/tom/inbox-size")
- (commit commit)))
- (method git-fetch)
- (sha256
- (base32 "09mjxk85cqvcxk5n51izfqap36pjd35z476fmvd5vq7d5kgnczzw"))
- (file-name (git-file-name name version))))
- (propagated-inputs
- (list bash scsh emacs))
- (build-system gnu-build-system)
- (arguments
- `(#:tests? #f
- #:phases
- (modify-phases %standard-phases
- (delete 'configure)
- (delete 'build)
- (replace 'install
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
- (install-file "inbox-size" bin)))))))
- (home-page "https://ryuslash.org/")
- (synopsis "A simple script that checks the size of my GTD inbox.")
- (description "Counts the number of items in my GTD inbox.")
- (license license:gpl3+))))
+ (name "inbox-size")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "git://ryuslash.org/util/tom/inbox-size")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "09mjxk85cqvcxk5n51izfqap36pjd35z476fmvd5vq7d5kgnczzw"))
+ (file-name (git-file-name name version))))
+ (propagated-inputs
+ (list bash scsh emacs))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'configure)
+ (delete 'build)
+ (replace 'install
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
+ (install-file "inbox-size" bin)))))))
+ (home-page "https://ryuslash.org/")
+ (synopsis "A simple script that checks the size of my GTD inbox.")
+ (description "Counts the number of items in my GTD inbox.")
+ (license license:gpl3+))))