diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-08-27 00:11:48 -0300 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-08-30 09:31:05 +0800 |
| commit | 9cb26bffbd886044d787b55cbe9bccc99214db35 (patch) | |
| tree | b4a20e334086d043727420ffc0e40deaa54c1c24 /gnu | |
| parent | 9b2e32cd468c7c87b4d4701b087309090e288495 (diff) | |
gnu: fonts: Add font-bqn386.
* gnu/packages/fonts.scm (font-bqn386): New variable.
Change-Id: I7d4f301b314aeaab4f8a8dda762719ef261c1266
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 993d56713b3..132ccef1984 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-bqn386 + ;; Neither releases nor tags + (let ((commit "4d8b9f668ba76a15ca9cd44d9bfedaf95a4c0d96") + (revision "1")) + (package + (name "font-bqn386") + (version (git-version "0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dzaima/BQN386") + (commit commit))) + (file-name (git-file-name name revision)) + (sha256 + (base32 "1l2ycjs85vps7sy5yg19mq1xdnfv4lx3skw921yw1rhx9xdvhrgc")))) + (build-system font-build-system) + (synopsis "Font suitable for APL and BQN programming languages") + (description + "BQN386 is an extension of APL386 font. This font keeps regular APL +characters mostly intact.") + (home-page "https://dzaima.github.io/BQN386/") + (license license:unlicense)))) + (define-public font-aporetic (package (name "font-aporetic") |
