mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Add message about input group
This commit is contained in:
parent
7062bb65de
commit
973403ae48
3 changed files with 9 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -3,6 +3,7 @@ pkgbase = dcat
|
|||
pkgver = r13.4b695f7
|
||||
pkgrel = 1
|
||||
url = https://github.com/Murat65536/dcat
|
||||
install = dcat.install
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
makedepends = cmake
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -9,6 +9,7 @@ license=('Apache')
|
|||
depends=('vulkan-icd-loader' 'assimp' 'glm' 'libsixel')
|
||||
makedepends=('cmake' 'shaderc' 'git')
|
||||
options=('!debug')
|
||||
install=dcat.install
|
||||
source=("dcat::git+https://github.com/Murat65536/dcat.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
|
|||
7
dcat.install
Normal file
7
dcat.install
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
post_install() {
|
||||
echo "To use keyboard controls, you need to be in the "input" group."
|
||||
echo "You can add yourself to the "input" group like this:"
|
||||
echo "sudo usermod -aG input \$USER"
|
||||
echo "Then log out and back in."
|
||||
echo "You can still use the program without keyboard input, it just won't be as good"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue