app-misc/draw - 0.1.1 (dm9pZCAq)

Search

Package Information

Description:
Draw in your terminal
Homepage:
https://github.com/maaslalani/draw
License:
Apache-2.0 BSD MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.1 8 amd64 0
View Raw Ebuild
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Draw in your terminal"
HOMEPAGE="https://github.com/maaslalani/draw"
SRC_URI="
	https://github.com/maaslalani/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/dm9pZCAq/gentoo-go-deps/releases/download/${P}/${P}-deps.tar.xz
	https://github.com/dm9pZCAq/gentoo-go-deps/releases/download/${P}/${P}-vendor.tar.xz
"

LICENSE="Apache-2.0 BSD MIT"
SLOT="0"
KEYWORDS="amd64"

src_compile() {
	ego build
}

src_install() {
	dobin "${PN}"

	einstalldocs
}

Manifest for 0.1.1

Type File Size Source URLs
DIST draw-0.1.1-deps.tar.xz 4940476 bytes https://github.com/dm9pZCAq/gentoo-go-deps/releases/download/draw-0.1.1/draw-0.1.1-deps.tar.xz
DIST draw-0.1.1-vendor.tar.xz 970096 bytes https://github.com/dm9pZCAq/gentoo-go-deps/releases/download/draw-0.1.1/draw-0.1.1-vendor.tar.xz
DIST draw-0.1.1.tar.gz 933363 bytes https://github.com/maaslalani/draw/archive/v0.1.1.tar.gz