net-misc/podcast-cdr-manager-bin - 0.0.6 (arrans-overlay)

Search

Package Information

Description:
CLI tool to help manage podcast subscriptions for burning to CDROMs / CDR / CDRW
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.6 8 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Generated via: https://github.com/arran4/arrans_overlay/blob/main/.github/workflows/net-misc-podcast-cdr-manager-bin-update.yaml
EAPI=8
DESCRIPTION="CLI tool to help manage podcast subscriptions for burning to CDROMs / CDR / CDRW"
HOMEPAGE=""
SRC_URI="
  amd64? (  https://github.com/arran4/podcast-cdr-manager/releases/download/v${PV}/podcastcdrmanager_Linux_x86_64.tar.gz -> ${P}-podcastcdrmanager_Linux_x86_64.tar.gz  )  
  arm? (  https://github.com/arran4/podcast-cdr-manager/releases/download/v${PV}/podcastcdrmanager_Linux_armv6.tar.gz -> ${P}-podcastcdrmanager_Linux_armv6.tar.gz  )  
  arm64? (  https://github.com/arran4/podcast-cdr-manager/releases/download/v${PV}/podcastcdrmanager_Linux_arm64.tar.gz -> ${P}-podcastcdrmanager_Linux_arm64.tar.gz  )  
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
IUSE=" doc"

REQUIRED_USE=""

RDEPEND=""

S="${WORKDIR}"

src_unpack() {
  if use amd64; then
    unpack "${DISTDIR}/${P}-podcastcdrmanager_Linux_x86_64.tar.gz" || die "Can't unpack archive file"
  fi
  if use arm; then
    unpack "${DISTDIR}/${P}-podcastcdrmanager_Linux_armv6.tar.gz" || die "Can't unpack archive file"
  fi
  if use arm64; then
    unpack "${DISTDIR}/${P}-podcastcdrmanager_Linux_arm64.tar.gz" || die "Can't unpack archive file"
  fi
}

src_install() {
  exeinto /opt/bin
  if use amd64; then
    newexe "podcastcdrmanager" "podcastcdrmanager" || die "Failed to install Binary"
  fi
  if use arm; then
    newexe "podcastcdrmanager" "podcastcdrmanager" || die "Failed to install Binary"
  fi
  if use arm64; then
    newexe "podcastcdrmanager" "podcastcdrmanager" || die "Failed to install Binary"
  fi
  if use doc; then
    newdoc "readme.md" "readme.md" || die "Failed to install document readme.md"
  fi
}

USE Flags

doc

Manifest for 0.0.6

Type File Size Source URLs
DIST podcast-cdr-manager-bin-0.0.6-podcastcdrmanager_Linux_arm64.tar.gz 3340234 bytes https://github.com/arran4/podcast-cdr-manager/releases/download/v0.0.6/podcastcdrmanager_Linux_arm64.tar.gz
DIST podcast-cdr-manager-bin-0.0.6-podcastcdrmanager_Linux_armv6.tar.gz 3482133 bytes https://github.com/arran4/podcast-cdr-manager/releases/download/v0.0.6/podcastcdrmanager_Linux_armv6.tar.gz
DIST podcast-cdr-manager-bin-0.0.6-podcastcdrmanager_Linux_x86_64.tar.gz 3608281 bytes https://github.com/arran4/podcast-cdr-manager/releases/download/v0.0.6/podcastcdrmanager_Linux_x86_64.tar.gz