公告

Gentoo交流群:87709706 欢迎您的加入

#1 2022-10-31 18:32:46

batsom
管理团队
注册时间: 2022-08-03
帖子: 439
个人网站

打包

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Show Chinese lunisolar calender date"
HOMEPAGE="http://www.vinoca.org/"

SRC_URI="https://files.vinoca.org/${PN}-${PV}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
src_configure() {
    econf --prefix=/usr/local/bin
    econf --with-posix-regex
}
src_install() {
    emake DESTDIR="${D}" install
}

离线

页脚