loom: Refactor sjw packages to avoid repetitions.
* loom/packages/sjw.scm (sjw, sjw-unitjs, sjw-wtk): Move home-page field to avoid repetition.
This commit is contained in:
parent
49f9b7da72
commit
0f1cce4034
1 changed files with 6 additions and 6 deletions
|
@ -16,10 +16,11 @@
|
|||
(package
|
||||
(name "sjw")
|
||||
(version "0.1.3.1")
|
||||
(home-page "https://git.marvid.fr/Tissevert/SJW")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.marvid.fr/Tissevert/SJW")
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -31,7 +32,6 @@
|
|||
(list (search-path-specification
|
||||
(variable "SJW_PATH")
|
||||
(files '("lib/SJW")))))
|
||||
(home-page "https://git.marvid.fr/Tissevert/SJW")
|
||||
(synopsis "The Simple Javascript Wrench")
|
||||
(description
|
||||
"SJW is a very simple tool to pack several JS modules into a single
|
||||
|
@ -45,10 +45,11 @@
|
|||
(package
|
||||
(name "sjw-unitjs")
|
||||
(version "0.1.2")
|
||||
(home-page "https://git.marvid.fr/Tissevert/UnitJS")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.marvid.fr/Tissevert/UnitJS")
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -57,7 +58,6 @@
|
|||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan '(("src" "lib/SJW/unitJS"))))
|
||||
(home-page "https://git.marvid.fr/Tissevert/UnitJS")
|
||||
(synopsis "The Simple Javascript Wrench.")
|
||||
(description
|
||||
"A collection of JS modules to write simple web applications. It covers
|
||||
|
@ -70,10 +70,11 @@
|
|||
(package
|
||||
(name "sjw-wtk")
|
||||
(version "0.1.0")
|
||||
(home-page "https://git.marvid.fr/Tissevert/WTK")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.marvid.fr/Tissevert/WTK")
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -82,7 +83,6 @@
|
|||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan '(("src" "lib/SJW/WTK"))))
|
||||
(home-page "https://git.marvid.fr/Tissevert/WTK")
|
||||
(synopsis "The Web Tool Kit")
|
||||
(description
|
||||
"The Web Tool Kit aims at providing high-level abstraction modules to
|
||||
|
|
Loading…
Reference in a new issue