summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 813df699783bb6f9b1cd0c500314614faec78a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>

pkgname=tty-no-cursor-blink
pkgver=0.1.0
pkgrel=1
pkgdesc="Disable blinking cursor in Linux tty"
arch=('any')
depends=('systemd')
url="https://github.com/atweiden/tty-no-cursor-blink"
license=('UNLICENSE')
source=(https://github.com/atweiden/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('f591a917d72c7da1b6f494e122a64e96fdfb2a6eaf3e76a9f4e2a80c24fc3a9d')

package() {
  cd "$srcdir/$pkgname-$pkgver"

  msg2 'Installing...'
  install -Dm 644 systemd/tty-no-cursor-blink.conf -t "$pkgdir/etc/tmpfiles.d"
}