mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add texlive-bbcard.
* gnu/packages/tex.scm (texlive-bbcard): New variable.
This commit is contained in:
parent
15e928f5e3
commit
78ccd513fe
1 changed files with 18 additions and 0 deletions
|
@ -4178,6 +4178,24 @@ (define-public texlive-babelbib
|
||||||
change the typography of the bibliographies.")
|
change the typography of the bibliographies.")
|
||||||
(license license:lppl1.0+)))
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
|
(define-public texlive-bbcard
|
||||||
|
(package
|
||||||
|
(name "texlive-bbcard")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/metapost/bbcard/" "metapost/bbcard/")
|
||||||
|
(base32
|
||||||
|
"1f1d3l85d0308izqpydmqmb4vpw47lqx1pwjiq14npjs8zfzkp18")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/bbcard")
|
||||||
|
(synopsis "Bullshit bingo, calendar and baseball-score cards")
|
||||||
|
(description
|
||||||
|
"This set contains three jiffy packages for creating cards of various
|
||||||
|
sorts with MetaPost.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-cmexb
|
(define-public texlive-cmexb
|
||||||
(package
|
(package
|
||||||
(name "texlive-cmexb")
|
(name "texlive-cmexb")
|
||||||
|
|
Loading…
Reference in a new issue