archrelease: copy trunk to community-any
[ArchLinux/community.git] / ttf-jetbrains-mono / repos / community-any / PKGBUILD
blob0b460943caa5bc475955e382c7e9424651e648b1
1 # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
2 # Contributor: Althorion <althorion@protonmail.com>
3 # Contributor: Jordan Day <jordanday444 at gmail.com>
5 pkgname=ttf-jetbrains-mono
6 pkgver=2.304
7 pkgrel=1
8 pkgdesc='Typeface for developers, by JetBrains'
9 arch=(any)
10 url='https://jetbrains.com/lp/mono'
11 license=(custom:OFL)
12 source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip")
13 b2sums=('c54913d1d7f11150afeb2974238ee26f09be5ea2b1db2510c00bafb2ae0d807d6ca64d4fcef5dfc95d524bb4f2f3324243fc6a693bd2b81c79820f48cb1e9909')
15 package() {
16   find fonts/ttf -type f -name '*.ttf' -exec \
17     install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
18   install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"