Start packaging
package the source-code-pro font
This commit is contained in:
parent
1f90d0ebe0
commit
a4fc3be0a5
@ -52,8 +52,8 @@ These packages are required:
|
|||||||
<!-- Please keep the packages sorted (and in sync with ./tests/build-image.sh): -->
|
<!-- Please keep the packages sorted (and in sync with ./tests/build-image.sh): -->
|
||||||
```
|
```
|
||||||
apt install --no-install-recommends --no-install-suggests \
|
apt install --no-install-recommends --no-install-suggests \
|
||||||
bc binfmt-support bison bzip2 ca-certificates cgpt cmake cpio debootstrap \
|
bc binfmt-support bison build-essential bzip2 ca-certificates cgpt cmake cpio debhelper \
|
||||||
device-tree-compiler file flex g++ gawk gcc gcc-arm-none-eabi git gpg \
|
debootstrap device-tree-compiler devscripts file flex g++ gawk gcc gcc-arm-none-eabi git gpg \
|
||||||
gpg-agent kmod libc-dev libncurses-dev libssl-dev lzip make parted patch \
|
gpg-agent kmod libc-dev libncurses-dev libssl-dev lzip make parted patch \
|
||||||
qemu-user-static sudo texinfo u-boot-tools udev vboot-kernel-utils wget
|
qemu-user-static sudo texinfo u-boot-tools udev vboot-kernel-utils wget
|
||||||
```
|
```
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,5 @@
|
|||||||
|
font-source-code-pro (1.010-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Hal Emmerich <hal@halemmerich.com> Fri, 22 May 2020 15:12:07 -0500
|
@ -0,0 +1 @@
|
|||||||
|
9
|
@ -0,0 +1,12 @@
|
|||||||
|
Source: font-source-code-pro
|
||||||
|
Section: fonts
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Hal Emmerich <hal@halemmerich.com>
|
||||||
|
Build-Depends: debhelper (>= 7)
|
||||||
|
Standards-Version: 4.5.0
|
||||||
|
|
||||||
|
|
||||||
|
Package: font-source-code-pro
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}
|
||||||
|
Description: Source Code Pro is a set of ttf monospace fonts
|
@ -0,0 +1 @@
|
|||||||
|
*.ttf usr/share/fonts/truetype/source-code-pro-ttf
|
3
packages/filesystem/fonts/font-source-code-pro/src/debian/rules
Executable file
3
packages/filesystem/fonts/font-source-code-pro/src/debian/rules
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
%:
|
||||||
|
dh $@
|
Loading…
Reference in New Issue
Block a user