Need some tips and general help writing an ebuild

This page summarizes the projects mentioned and recommended in the original post on /r/Gentoo

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • deckmaster

    An application to control your Elgato Stream Deck on Linux

    EAPI=8 DESCRIPTION="Deckmaster by Muesli for controlling Elgato StreamDeck" HOMEPAGE="https://github.com/muesli/deckmaster/" SRC_URI="https://github.com/muesli/deckmaster/archive/refs/tags/v0.8.0.tar.gz" S="${WORKDIR}/${P}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=">=dev-lang/go-1.16" src_compile() { cd ${S} local extraflags extraflags="-X main.Version=0.8.0" export CGO_CPPFLAGS="${CPPFLAGS}" export CGO_CFLAGS="${CFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_LDFLAGS="${LDFLAGS}" go build \ -trimpath \ -buildmode=pie \ -mod=readonly \ -modcacherw \ -ldflags "${extraflags} -extldflags \"${LDFLAGS}\"" \ -o "deckmaster" . } src_install() { cd ${S} install -Dm755 "deckmaster" "${D}/usr/bin/deckmaster" install -Dm644 "LICENSE" "${D}/usr/share/licenses/deckmaster/LICENSE" install -Dm644 "README.md" "${D}/usr/share/doc/deckmaster-0.8.0/README.md" }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts