Пост #270256 |
сохранен 27.07.2023 14:02
- Редактировать пост
- Печать
- Скачать
- Посты-ответы на этот пост: # 279223
- Посмотреть дерево постов
-
Сравнить с постом
#
Текст поста
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools git-r3 DESCRIPTION="" HOMEPAGE="" EGIT_REPO_URI="https://gitee.com/huzheng/reciteword.git" LICENSE="" SLOT="0" KEYWORDS="" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" src_prepare() { default eautoreconf } |