diff options
Diffstat (limited to 'community/python-libevdev/PKGBUILD')
-rw-r--r-- | community/python-libevdev/PKGBUILD | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/python-libevdev/PKGBUILD b/community/python-libevdev/PKGBUILD new file mode 100644 index 00000000..ba9c762c --- /dev/null +++ b/community/python-libevdev/PKGBUILD @@ -0,0 +1,11 @@ +# temporarily disabled documentation due to sphinx_rtd_theme (FS32#163) +eval "$( + declare -f build | \ + sed ' + /make doc/d + ' + declare -f package | \ + sed ' + /\/share\/doc/d + ' +)" |