# Maintainer: Yan Doroshenko pkgname=asciiquarium-lock pkgver=1.0 pkgrel=1 pkgdesc="Simple screen locker using ASCIIQuarium as a screensaver" arch=('any') url="https://github.com/YanDoroshenko/asciiquarium-lock" license=('GPL') depends=('awk' 'asciiquarium' 'xterm' 'xtrlock' 'xorg-server') optdepends=('xkblayout-state: Restore the selected layout after unlock', 'xorg-xrandr: Multihead support') source=("https://github.com/YanDoroshenko/"$pkgname"/raw/master/"$pkgname".sh") sha256sums=('245a10aad4bf6ee17345ef0bef71f0276d217b36edfdeaa834d49b21162bf1b2') package() { mkdir -p "$pkgdir"/usr/bin cp "$pkgname".sh "$pkgdir"/usr/bin/"$pkgname" chmod +x "$pkgdir"/usr/bin/"$pkgname" }