[Seek Help] 同花顺出了 linux 版本了, 谁能帮帮忙写一个 pkgbuild 文件
Tofloor
poster avatar
摇摆哥
deepin
2022-06-30 05:44
Author

如题, 本人研究了一晚上了, 没有进展得。

pkgname='cn.com.10jqka'
pkgver=2.7.1.2
pkgrel=1
pkgdesc="a tool for scanning the stock infomation"
arch=('x86_64')
license=('custom')
url="http://www.10jqka.com.cn"
options=('!emptydirs')
source=("${pkgname}_${pkgver}_amd64.deb")
sha1sums=('b105270fc137c1b5712e492d0a5a4fa9f9636ecf')
noextract=("${pkgname}_${pkgver}_amd64.deb")

prepare() {
	mkdir -p ${pkgname}
    	bsdtar -xpf "${pkgname}_${pkgver}_amd64.deb" --numeric-owner -C "${pkgname}"
}

package() {
	bsdtar -xf "${pkgname}/data.tar.xz" --numeric-owner -C "${pkgdir}"
}

运行时出现如下错误

Error:
An assembly specified in the application dependencies manifest (HevoNext.B2CApp.deps.json) was not found:
package: 'runtimepack.Microsoft.NETCore.App.Runtime.linux-x64', version: '5.0.3'
path: 'libSystem.IO.Compression.Native.a'

从提示看, 好像是没有找到 'runtimepack.Microsoft.NETCore.App.Runtime.linux-x64'

本人使用的是 archlinux

Reply Favorite View the author
All Replies
sukanka
deepin
2022-06-30 05:55
#1

帮你写好了 https://aur.archlinux.org/packages/cn.com.10jqka

Reply View the author
摇摆哥
deepin
2022-06-30 06:34
#2
sukanka

帮你写好了 https://aur.archlinux.org/packages/cn.com.10jqka

😅😅😅,原来已经有人写了哈。。我找样子修改一下。

Reply View the author