aboutsummaryrefslogtreecommitdiffstats
path: root/oni/packages/hlwm-run-or-raise.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-11-17 20:57:06 -0800
committerGravatar Tom Willemse2022-11-17 20:57:06 -0800
commit1df69d56d81b8153234b912076120e763ea9f6e6 (patch)
tree57dbb14162d51772bf6c806f92871be1a05887df /oni/packages/hlwm-run-or-raise.scm
parent419aaab627e8f66e6c6eafb3301dce75d50e2d20 (diff)
downloadnew-dotfiles-1df69d56d81b8153234b912076120e763ea9f6e6.tar.gz
new-dotfiles-1df69d56d81b8153234b912076120e763ea9f6e6.zip
Reindent all package descriptions
Diffstat (limited to 'oni/packages/hlwm-run-or-raise.scm')
-rw-r--r--oni/packages/hlwm-run-or-raise.scm56
1 files changed, 28 insertions, 28 deletions
diff --git a/oni/packages/hlwm-run-or-raise.scm b/oni/packages/hlwm-run-or-raise.scm
index a2fe254..ebf4ed8 100644
--- a/oni/packages/hlwm-run-or-raise.scm
+++ b/oni/packages/hlwm-run-or-raise.scm
@@ -13,31 +13,31 @@
(let ((commit "deda13603d44e0a0aaab5a5f94f103864c64f257")
(revision "0"))
(package
- (name "hlwm-run-or-raise")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "git://ryuslash.org/util/tom/hlwm-run-or-raise.git")
- (commit commit)))
- (method git-fetch)
- (sha256
- (base32 "12z44bk68pyiyl44hfhb1p85fy968p0x7qqjmzh8na0p8lah4x01"))
- (file-name (git-file-name name version))))
- (propagated-inputs
- (list wmctrl gawk grep hlwm-switch-to-window scsh))
- (build-system gnu-build-system)
- (arguments
- `(#:tests? #f ; There is no test suite.
- #: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 "hlwm-run-or-raise" bin)))))))
- (home-page "https://ryuslash.org/")
- (synopsis "A simple script that either starts a program or switches to it with herbstluftwm.")
- (description "Can be bound to a key to either switch to a program or start it up if it isn't running.")
- (license license:gpl3+))))
+ (name "hlwm-run-or-raise")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "git://ryuslash.org/util/tom/hlwm-run-or-raise.git")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "12z44bk68pyiyl44hfhb1p85fy968p0x7qqjmzh8na0p8lah4x01"))
+ (file-name (git-file-name name version))))
+ (propagated-inputs
+ (list wmctrl gawk grep hlwm-switch-to-window scsh))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f ; There is no test suite.
+ #: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 "hlwm-run-or-raise" bin)))))))
+ (home-page "https://ryuslash.org/")
+ (synopsis "A simple script that either starts a program or switches to it with herbstluftwm.")
+ (description "Can be bound to a key to either switch to a program or start it up if it isn't running.")
+ (license license:gpl3+))))