Skip to content

Commit

Permalink
2 packages from MasWag/SATySFi-fonts-roboto at 2.138+1
Browse files Browse the repository at this point in the history
  • Loading branch information
MasWag committed Dec 16, 2024
1 parent 58bfa4b commit c12df47
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
synopsis: "Document of SATySFi Font Package for Roboto fonts"
description: """
Document package for satysfi-fonts-roboto
"""
maintainer: "Masaki Waga <[email protected]>"
authors: "Masaki Waga <[email protected]>"
license: "CC0-1.0"
homepage: "https://github.com/MasWag/SATySFi-fonts-roboto"
bug-reports: "https://github.com/MasWag/SATySFi-fonts-roboto/issues"
dev-repo: "git+https://github.com/MasWag/SATySFi-fonts-roboto.git"
depends: [
"satysfi" {>= "0.0.10" & < "0.1"}
"satyrographos" {>= "0.0.2" & < "0.0.3"}
"satysfi-base" {>= "1.2.0"}
"satysfi-fonts-roboto" {= "2.138+1+satysfi0.0.10"}
]
build: [
["satyrographos" "opam" "build"
"-name" "fonts-roboto-doc"
"-prefix" "%{prefix}%"
"-script" "%{build}%/Satyristes"]
]
install: [
["satyrographos" "opam" "install"
"-name" "fonts-roboto-doc"
"-prefix" "%{prefix}%"
"-script" "%{build}%/Satyristes"]
]
url {
src:
"https://github.com/MasWag/SATySFi-fonts-roboto/archive/refs/tags/2.138+1.tar.gz"
checksum: [
"md5=1ade186447359c6600e5e8f8f6488cec"
"sha512=8e5d0e42d78073a745393ae1c9d41236ecd54aadf70433412ab76bfc1fc4f11181507ed3a8d33eda9901c71237ee6a95087bb690254df4ce959a7a74b19e0756"
]
}
41 changes: 41 additions & 0 deletions packages/satysfi-fonts-roboto/satysfi-fonts-roboto.2.138+1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "SATySFi Font Package for Roboto fonts"
description: """
SATySFi font package for Roboto fonts.

This package installs fonts from https://fonts.google.com/specimen/Roboto/.
"""
maintainer: "Masaki Waga <[email protected]>"
authors: "Masaki Waga <[email protected]>"
license: "Apache-2.0"
homepage: "https://github.com/MasWag/SATySFi-fonts-roboto"
bug-reports: "https://github.com/MasWag/SATySFi-fonts-roboto/issues"
dev-repo: "git+https://github.com/MasWag/SATySFi-fonts-roboto.git"
extra-source "roboto-unhinted.zip" {
archive: "https://github.com/googlefonts/roboto/releases/download/v2.138/roboto-unhinted.zip"
checksum: [
"sha256=70f64c718510a601fbcf752aafe644314dacaeb85474dc689c89787c4a72a728"
"sha512=4cfd20a1e19a986b17f731745a4d5ee909b852649e340d25de8197fbf6656005ccd3b4c591641938edbfebf0de81c71366a2afa007bb403285dea4d3dbfbd2a0"
]
}
depends: [
"satysfi" {>= "0.0.10" & < "0.1"}
"satyrographos" {>= "0.0.2" & < "0.0.3"}
]
build: [
["unzip" "-j" "-d" "roboto" "-o" "roboto-unhinted.zip" "*.ttf"]
]
install: [
["satyrographos" "opam" "install"
"-name" "fonts-roboto"
"-prefix" "%{prefix}%"
"-script" "%{build}%/Satyristes"]
]
url {
src:
"https://github.com/MasWag/SATySFi-fonts-roboto/archive/refs/tags/2.138+1.tar.gz"
checksum: [
"md5=1ade186447359c6600e5e8f8f6488cec"
"sha512=8e5d0e42d78073a745393ae1c9d41236ecd54aadf70433412ab76bfc1fc4f11181507ed3a8d33eda9901c71237ee6a95087bb690254df4ce959a7a74b19e0756"
]
}

0 comments on commit c12df47

Please sign in to comment.