diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-08-27 00:17:51 -0300 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-08-30 09:32:48 +0800 |
| commit | 17f8fc79b0a2f9e3be4f312f73b0927ba2e70d4e (patch) | |
| tree | 8ec86753cc1287cc7a92f7c8b2d2ca7c697760d0 /gnu | |
| parent | 9cb26bffbd886044d787b55cbe9bccc99214db35 (diff) | |
gnu: fonts: Add font-apl386.
* gnu/packages/fonts.scm (font-apl386): New variable.
Closes: #2314
Change-Id: Iaa45892aed33e00d25152b9b2e68d82673db6c9e
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fonts.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 132ccef1984..a206016453e 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2722,6 +2722,30 @@ software vendors in the late 1980s.") in the late 1980s.") (license license:public-domain))) +(define-public font-apl386 + ;; Neither releases nor tags + (let ((commit "c5bca014b6610ee170985c3ce32a8bb14dbd7b94") + (revision "1")) + (package + (name "font-apl386") + (version (git-version "0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/abrudz/APL386") + (commit commit))) + (file-name (git-file-name name revision)) + (sha256 + (base32 "0z7kpqgfrb053rajnr08n02rdwg5w1aynxj13ys93j0k3xvv5a75")))) + (build-system font-build-system) + (synopsis "Font suitable for APL programming language") + (description + "APL386 is an evolution of Adrian Smith's APL385 font with a fun, +whimsical look, inspired by Comic Sans Serif.") + (home-page "https://abrudz.github.io/APL386/") + (license license:unlicense)))) + (define-public font-bqn386 ;; Neither releases nor tags (let ((commit "4d8b9f668ba76a15ca9cd44d9bfedaf95a4c0d96") |
