[arch-commits] Commit in ssfconv/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jan 4 02:26:39 UTC 2021


    Date: Monday, January 4, 2021 @ 02:26:39
  Author: felixonmars
Revision: 806307

archrelease: copy trunk to community-any

Added:
  ssfconv/repos/community-any/
  ssfconv/repos/community-any/PKGBUILD
    (from rev 806306, ssfconv/trunk/PKGBUILD)

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

Copied: ssfconv/repos/community-any/PKGBUILD (from rev 806306, ssfconv/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2021-01-04 02:26:39 UTC (rev 806307)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: qaz <fkxxyz at 163.com>
+
+pkgname=ssfconv
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Sogou input method skin file (.ssf file) converter, supports conversion to fcitx or fcitx5 format"
+arch=('any')
+url="https://www.fkxxyz.com/d/ssfconv/"
+license=('GPL3')
+depends=('python-numpy' 'python-pillow' 'python-pycryptodome')
+source=("https://github.com/fkxxyz/ssfconv/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('a2183b789fbaa77183b34f7a1c27a377b78358afcd7b930835d1d74d298d1cd0')
+
+package() {
+  install -Dm755 $pkgname-$pkgver/ssfconv -t "$pkgdir"/usr/bin/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list