aboutsummaryrefslogtreecommitdiff
blob: 14a644702c071f5ca4e78f3ca867f45103e0dd95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils

DESCRIPTION="Basic cryptographic facilities for Lua 5.0, 5.1 or 5.2"
HOMEPAGE="http://keplerproject.github.io/md5"
SRC_URI="https://github.com/keplerproject/md5/archive/v1.2.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"/md5-"${PV}"

src_prepare(){
	epatch "${FILESDIR}"/lua-md5-1.2-respect-DESTDIR.patch
	default
}