Date: Monday, April 13, 2020 @ 02:17:26
  Author: felixonmars
Revision: 613494

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-lua/repos/community-x86_64/
  fcitx5-lua/repos/community-x86_64/PKGBUILD
    (from rev 613492, fcitx5-lua/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: fcitx5-lua/repos/community-x86_64/PKGBUILD (from rev 613492, 
fcitx5-lua/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-13 02:17:26 UTC (rev 613494)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=fcitx5-lua
+pkgver=0.0.0.20200405
+_commit=626a3f4fdcf87c8dcf9184f31b27e8cc934070d2
+pkgrel=1
+pkgdesc="Lua support for Fcitx 5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-lua";
+license=('GPL')
+depends=('fcitx5' 'lua')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-lua/archive/$_commit/fcitx5-lua-$_commit.tar.gz";)
+sha512sums=('844403a35fec68c1733da55c32ab8433c9b6f96fff250f5a595507dc07f6aa5612107cab3e7f71a3b5e6cf7c2e4f4d5358ca4f9c8fa40d4dd60e2e7f0d70b550')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}

Reply via email to