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

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


    Date: Monday, January 4, 2021 @ 02:26:00
  Author: felixonmars
Revision: 806305

addpkg: ssfconv 1.1.1-1

Added:
  ssfconv/
  ssfconv/repos/
  ssfconv/trunk/
  ssfconv/trunk/PKGBUILD

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

Added: ssfconv/trunk/PKGBUILD
===================================================================
--- ssfconv/trunk/PKGBUILD	                        (rev 0)
+++ ssfconv/trunk/PKGBUILD	2021-01-04 02:26:00 UTC (rev 806305)
@@ -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