diff options
Diffstat (limited to 'community/keybase/PKGBUILD')
-rw-r--r-- | community/keybase/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/keybase/PKGBUILD b/community/keybase/PKGBUILD index 181ee16b..e55f8733 100644 --- a/community/keybase/PKGBUILD +++ b/community/keybase/PKGBUILD @@ -1,3 +1,10 @@ # no electron => no keybase-gui pkgname=(${pkgname[@]//keybase-gui/}) unset -f package_keybase-gui + +eval "$( + declare -f build | \ + sed ' + s/^\s*yarn\s// + ' +)" |