gnu: pict: Use release tag and install doc.
* gnu/packages/check.scm (pict)[origin]: Use the release tag (newly added upstream). [phases]{install}: Also install the pict.md file.
This commit is contained in:
parent
f9c62b23cc
commit
bc5904e8b8
1 changed files with 5 additions and 4 deletions
|
@ -99,9 +99,7 @@
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Microsoft/pict")
|
(url "https://github.com/Microsoft/pict")
|
||||||
;; The tag name for v3.7.2 is odd ("release"); use the
|
(commit (string-append "v" version))))
|
||||||
;; corresponding commit for now.
|
|
||||||
(commit "b10237099713ef0e45f222042cef01dc3507a611")))
|
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -115,7 +113,10 @@
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
(install-file "pict" (string-append #$output "/bin")))))))
|
(install-file "pict" (string-append #$output "/bin"))
|
||||||
|
(install-file "doc/pict.md"
|
||||||
|
(string-append #$output
|
||||||
|
"/share/doc/pict-" #$version)))))))
|
||||||
(native-inputs (list perl))
|
(native-inputs (list perl))
|
||||||
(home-page "https://www.pairwise.org/")
|
(home-page "https://www.pairwise.org/")
|
||||||
(synopsis "Pairwise Independent Combinatorial Tool")
|
(synopsis "Pairwise Independent Combinatorial Tool")
|
||||||
|
|
Reference in a new issue