aboutsummaryrefslogtreecommitdiffstats
path: root/oni/packages/mpd-random-albums.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/mpd-random-albums.scm
parent419aaab627e8f66e6c6eafb3301dce75d50e2d20 (diff)
downloadnew-dotfiles-1df69d56d81b8153234b912076120e763ea9f6e6.tar.gz
new-dotfiles-1df69d56d81b8153234b912076120e763ea9f6e6.zip
Reindent all package descriptions
Diffstat (limited to 'oni/packages/mpd-random-albums.scm')
-rw-r--r--oni/packages/mpd-random-albums.scm60
1 files changed, 30 insertions, 30 deletions
diff --git a/oni/packages/mpd-random-albums.scm b/oni/packages/mpd-random-albums.scm
index d8e7f03..527914b 100644
--- a/oni/packages/mpd-random-albums.scm
+++ b/oni/packages/mpd-random-albums.scm
@@ -12,33 +12,33 @@
(let ((commit "c12a766e1920e726129dfd1161a2ef15471f89e8")
(revision "0"))
(package
- (name "mpd-random-albums")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "git://ryuslash.org/util/tom/mpd-random-albums")
- (commit commit)))
- (method git-fetch)
- (sha256
- (base32 "0mgs9377hw3x1nfcah3wwr3zijvzrkqicvgrbcjl3g1p4fmlb8mr"))
- (file-name (git-file-name name version))))
- (propagated-inputs
- (list mpd bash scsh))
- (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"))
- (site (string-append (assoc-ref outputs "out") "/share/scsh-0.7")))
- (install-file "mpd-random-albums" bin)
- (install-file "mpd.scm" site)))))))
- (home-page "https://ryuslash.org/")
- (synopsis "A simple script that populates the MPD playlist with all of my albums in random order.")
- (description "Creates a new playlist in MPD with all of the albums in my database and shuffles them by album.")
- (license license:gpl3+))))
+ (name "mpd-random-albums")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "git://ryuslash.org/util/tom/mpd-random-albums")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "0mgs9377hw3x1nfcah3wwr3zijvzrkqicvgrbcjl3g1p4fmlb8mr"))
+ (file-name (git-file-name name version))))
+ (propagated-inputs
+ (list mpd bash scsh))
+ (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"))
+ (site (string-append (assoc-ref outputs "out") "/share/scsh-0.7")))
+ (install-file "mpd-random-albums" bin)
+ (install-file "mpd.scm" site)))))))
+ (home-page "https://ryuslash.org/")
+ (synopsis "A simple script that populates the MPD playlist with all of my albums in random order.")
+ (description "Creates a new playlist in MPD with all of the albums in my database and shuffles them by album.")
+ (license license:gpl3+))))