www-apps/airlift-bin - 0.4.1 (xira)

Search

Package Information

Description:
A self-hosted file upload and sharing service
Homepage:
https://github.com/moshee/airlift
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.4.1 8 amd64 0
View Raw Ebuild
# Copyright 2023 Kirixetamine <revelation@krxt.dev>
# Distributed under the terms of the ISC License

EAPI=8

DESCRIPTION="A self-hosted file upload and sharing service"
HOMEPAGE="https://github.com/moshee/airlift"

SRC_URI="https://github.com/moshee/airlift/releases/download/v${PV}/airliftd-v${PV}-linux_amd64.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"
RESTRICT="mirror test"

src_install() {
	dobin "${WORKDIR}"/airliftd
}

pkg_postinst() {
	einfo "The binary is installed under /usr/bin/airliftd."
}

Manifest for 0.4.1

Type File Size Source URLs
DIST airlift-bin-0.4.1.tar.gz 7627530 bytes https://github.com/moshee/airlift/releases/download/v0.4.1/airliftd-v0.4.1-linux_amd64.tar.gz