blob: 9be9a04989ca7d005c5f95be47d7e0a512448302 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Portable Coroutine Library"
HOMEPAGE="http://xmailserver.org/libpcl.html"
SRC_URI="http://xmailserver.org/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0/1"
KEYWORDS="~amd64 ~arm ~x86"
|