aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: db1ab10137584a0f9fbda8f6be4f2196fc993785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Majid Butler <majidbutler@akuma-dev.com>
pkgname=creep2
pkgver=1.3
pkgrel=1
pkgdesc="A pretty sweet version of the creep pixel font for terminals without negative spacing support."
arch=('any')
url="https://github.com/akuma-dev/creep2"
license=('MIT')
source=("git+https://github.com/akuma-dev/creep2.git")
makedepends=('git')
md5sums=('SKIP')

package() {
	cd "$srcdir/creep2"
    install -D -m644 creep2.ttf "$pkgdir/usr/share/fonts/misc/creep2.ttf"
	install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}