calendar写了一个 kelivo 的 archlinux 安装包 中发帖

第一次写,项目是: 
https://linux.do/t/topic/1147093
给有需要的佬友参考:
pkgname=kelivo-bin
pkgver=1.1.7
pkgrel=1
pkgdesc="A brief description of Kelivo"
arch=('x86_64')
url="https://kelivo.psycheas.top/"
license=('custom') # 如果闭源且未明确协议,用 'custom'

# 依赖审计:基于你之前的报错,必须包含 libkeybinder3
# 你可能还需要添加 'gtk3', 'glib2' 等,用 namcap 后期检查
depends=('libkeybinder3' 'gtk3' 'hicolor-icon-theme')

# 如果上游不提供.desktop和图标,我们需要本地提供
sou...