summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f5156633bc4c6300efe07ae8c3a2d62dfe1682dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: qxb3 <qxbthree@gmail.com>
# Package: typie
# Description: yet another typing test for the terminal.
# Version: 0.0.1
# License: MIT
# URL: https://github.com/qxb3/typie

pkgname=typie
pkgver=0.0.1
pkgrel=1
pkgdesc="yet another typing test for the terminal."
arch=('x86_64')
url="https://github.com/qxb3/typie"
license=('MIT')
depends=('glib2' 'ncurses' 'openssl')
source=("https://github.com/qxb3/fum/releases/download/v$pkgver/typie-x86-64_v$pkgver")
sha256sums=('SKIP')

package() {
  echo "template"
  # install -Dm755 "$srcdir/typie-x86-64_v$pkgver" "$pkgdir/usr/bin/typie"
}