makedeb


vazir-fonts 30.1.0-1


A beautiful Persian font based on DejaVu font.

Viewing /PKGBUILD.

View raw.

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

# This PKGBUILD ported from https://aur.archlinux.org
# Maintainer(in AUR): Ali Molaei <ali dot molaei at protonmail dot com>
# Contributor(in AUR): Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
# Maintainer: Mobin Aydinfar <mobin at mobintestserver dot ir>

pkgname=vazir-fonts
pkgver=30.1.0
pkgrel=1
pkgdesc="A beautiful Persian font based on DejaVu font."
url="https://github.com/rastikerdar/vazir-font"
arch=(any)
license=('OFL')
provides=('ttf-vazir')
conflicts=('ttf-vazir')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/vazir-font-v${pkgver}.zip"
        "copyright::https://raw.githubusercontent.com/rastikerdar/vazir-font/master/OFL.txt")
sha256sums=('0b10a9624f45b00c68a22b5727697ebc0ed94d5bf067e81cdad02d5e7e91f02d'
            '0deb92b7b0e3d3eceeb1cffed7789d64edbcff39c611aecca96a9fc3f805835a')

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