makedeb


behdad-fonts 0.0.3-1


Behdad is a Persian/Arabic font. This font is a gift to Behdad Esfahbod

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for behdad-fonts.

# This PKGBUILD proted from https://aur.archlinux.org
# Maintainer(in AUR): Alireza Ayinmehr <alireza.darksun@gmail.com>
# Maintainer: Mobin Aydinfar <mobin at mobintestserver dot ir>

pkgname='behdad-fonts'
pkgver=0.0.3
pkgrel=1
pkgdesc='Behdad is a Persian/Arabic font. This font is a gift to Behdad Esfahbod'
url='https://github.com/font-store/BehdadFont'
arch=(any)
license=('OFL-1.1')
depends=()
provides=('ttf-behdad')
conflicts=('ttf-behdad')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/Behdad-${pkgver}.zip"
       "copyright::https://raw.githubusercontent.com/font-store/BehdadFont/master/OFL.txt")
sha512sums=('74f184c2a406f29f667c2018746a095f19be8888ae48fe349b5efd007844268fb5e79db57509a8067630df7b5767faa135f8112fe0db11dab68a42c7cdbca678'
            '9c12748b0aefe6689aa3b191cc82bda1b97742afd1d54c4572db64e4a22fa0213db25171a6c18df5644151f475372a725e4e1b946156d1cacd5d2bd04700a5c3')

package() {
    install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 ./*.ttf
    install -Dt "${pkgdir}/usr/share/doc/${pkgname}" -m644 ./copyright
}