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

Search

Install

Install this version:

emerge -a =net-misc/podcast-cdr-manager-bin-0.0.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/podcast-cdr-manager-bin-0.0.9

Or alternatively:

emerge --autounmask-write -a =net-misc/podcast-cdr-manager-bin-0.0.9

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.9 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_${PV}_linux_amd64.tar.gz -> ${P}-podcastcdrmanager_${PV}_linux_amd64.tar.gz  )  
  arm? (  https://github.com/arran4/podcast-cdr-manager/releases/download/v${PV}/podcastcdrmanager_${PV}_linux_armv6.tar.gz -> ${P}-podcastcdrmanager_${PV}_linux_armv6.tar.gz  )  
  arm64? (  https://github.com/arran4/podcast-cdr-manager/releases/download/v${PV}/podcastcdrmanager_${PV}_linux_arm64.tar.gz -> ${P}-podcastcdrmanager_${PV}_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_${PV}_linux_amd64.tar.gz" || die "Can't unpack archive file"
  fi
  if use arm; then
    unpack "${DISTDIR}/${P}-podcastcdrmanager_${PV}_linux_armv6.tar.gz" || die "Can't unpack archive file"
  fi
  if use arm64; then
    unpack "${DISTDIR}/${P}-podcastcdrmanager_${PV}_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

Manage flags for this package: euse -i <flag> -p net-misc/podcast-cdr-manager-bin | euse -E <flag> -p net-misc/podcast-cdr-manager-bin | euse -D <flag> -p net-misc/podcast-cdr-manager-bin

Global/Standard Flags

doc

Manifest for 0.0.9

Type File Size Source URLs
DIST podcast-cdr-manager-bin-0.0.9-podcastcdrmanager_0.0.9_linux_amd64.tar.gz 8362868 bytes https://github.com/arran4/podcast-cdr-manager/releases/download/v0.0.9/podcastcdrmanager_0.0.9_linux_amd64.tar.gz
DIST podcast-cdr-manager-bin-0.0.9-podcastcdrmanager_0.0.9_linux_arm64.tar.gz 7709968 bytes https://github.com/arran4/podcast-cdr-manager/releases/download/v0.0.9/podcastcdrmanager_0.0.9_linux_arm64.tar.gz
DIST podcast-cdr-manager-bin-0.0.9-podcastcdrmanager_0.0.9_linux_armv6.tar.gz 7996523 bytes https://github.com/arran4/podcast-cdr-manager/releases/download/v0.0.9/podcastcdrmanager_0.0.9_linux_armv6.tar.gz