# Maintainer: Yan Doroshenko pkgname=asciiquarium-lock pkgver=1.1 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' 'xfce4-terminal' '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=('9eb628f92a949cab85a4d0238e8c317036a0d970f9bf4a66a134ce2d8796181c') package() { mkdir -p "$pkgdir"/usr/bin cp "$pkgname".sh "$pkgdir"/usr/bin/"$pkgname" chmod +x "$pkgdir"/usr/bin/"$pkgname" }