You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
483 B

# Maintainer: Not Important <fbt@fleshless.org>
pkgname=xkb-layout-ducky-mini
pkgver=0.4
pkgrel=1
pkgdesc="A keyboard layout mimicking the Ducky Shine Mini, may its soul rest in peace."
arch=('any')
license=('WTFPL')
source=( ducky-mini )
package() {
mkdir -pm755 "$pkgdir/usr/share/X11/xkb/symbols"
cp -v ducky-mini "$pkgdir/usr/share/X11/xkb/symbols/ducky-mini"
chmod 644 "$pkgdir/usr/share/X11/xkb/symbols/ducky-mini"
}
sha1sums=('5d0130067c3993a0de5e9f50e984ab918f8a1ee8')