summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c7fc3a2c38fd6721053785205a420953242749f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Absobel <imkonnu@gmail.com>
pkgname=otf-made-evolve-sans
pkgver=0.1
pkgrel=1
pkgdesc="MADE Evolve is modern futuristic sans serif fontfamily. This combination of futuristic and geometric to create a modern design."
arch=("any")
url="https://www.dafont.com/made-evolve-sans.font"
license=("Custom")
source=("https://dl.dafont.com/dl/?f=made_evolve_sans")

sha256sums=('SKIP')

package() {
    cd "${srcdir}"

    install -d "${pkgdir}/usr/share/fonts/OTF/"
    install -m644 ./*.otf "${pkgdir}/usr/share/fonts/OTF/"

    install -D -m644 "License READ ME FIRST.txt" ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}