mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 21:00:27 -04:00
18 lines
434 B
Bash
18 lines
434 B
Bash
# Copyright 2020-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit rakudo
|
|
|
|
DESCRIPTION="A Raku module for encoding / decoding URIs"
|
|
HOMEPAGE="https://github.com/raku-community-modules/URI-Encode"
|
|
SRC_URI="mirror://zef/U/RI/URI_ENCODE/44046038356c5e83ec603dff2486d91870355c28.tar.gz -> ${P}.tar.gz"
|
|
S="${WORKDIR}/dist"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
DOCS=( README.md )
|