summaryrefslogtreecommitdiff
path: root/dev-php/awl/awl-0.59.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/awl/awl-0.59.ebuild')
-rw-r--r--dev-php/awl/awl-0.59.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/awl/awl-0.59.ebuild b/dev-php/awl/awl-0.59.ebuild
index 24b33af893f7..3364d36a1b4d 100644
--- a/dev-php/awl/awl-0.59.ebuild
+++ b/dev-php/awl/awl-0.59.ebuild
@@ -3,11 +3,9 @@
EAPI=6
-inherit vcs-snapshot
-
DESCRIPTION="Andrew McMillan's Web Libraries"
HOMEPAGE="https://gitlab.com/davical-project/awl"
-SRC_URI="${HOMEPAGE}/repository/archive.tar.gz?ref=r${PV} -> ${P}.tar.gz"
+SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@@ -17,6 +15,8 @@ IUSE="test"
DEPEND="test? ( dev-php/phpunit )"
RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
+S="${WORKDIR}"
+
src_compile() {
:
}
@@ -26,7 +26,7 @@ src_test() {
}
src_install() {
- dodoc debian/changelog
+ einstalldocs
insinto /usr/share/php/${PN}
doins -r dba inc
}