Package Details: ccdciel 0.9.86-1

Git Clone URL: https://aur.archlinux.org/ccdciel.git (read-only, click to copy)
Package Base: ccdciel
Description: A CCD capture software intended for the amateur astronomer.
Upstream URL: https://www.ap-i.net/ccdciel
Keywords: astronomy capture ccd
Licenses: GPL
Conflicts: ccdciel-git
Submitter: rapiertg
Maintainer: Mr.Smith1974
Last Packager: Mr.Smith1974
Votes: 1
Popularity: 0.000910
First Submitted: 2018-06-05 20:02 (UTC)
Last Updated: 2023-11-22 05:33 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

Tomxey commented on 2021-01-23 10:29 (UTC) (edited on 2021-01-23 10:29 (UTC) by Tomxey)

The PKGBUILD for the latest release:

pkgname=ccdciel
pkgver=0.9.74
pkgrel=2
pkgdesc="A CCD capture software intended for the amateur astronomer."
arch=('x86_64')
url="https://www.ap-i.net/ccdciel"
license=('GPL')
depends=('libpasastro')
provides = ccdciel
md5sums=("df6d4522402c4fa0f86ba4192a03c9db")

source=("https://sourceforge.net/projects/ccdciel/files/ccdciel_"$pkgver"/ccdciel-"$pkgver"-2217-linux_"${arch}".tar.xz")

package() {
    mkdir "${pkgdir}"/usr/
    tar -xf "${srcdir}"/ccdciel-"$pkgver"-2217-linux_"${arch}".tar.xz --strip 1 -C "${pkgdir}/usr/"
    chown -R root:root "${pkgdir}/usr/"
}

yorickpeterse commented on 2020-05-22 19:55 (UTC)

This PKGBUILD works for the latest release:

pkgname=ccdciel
pkgver=0.9.71
pkgrel=1
pkgdesc="A CCD capture software intended for the amateur astronomer."
arch=('x86_64')
url="https://www.ap-i.net/ccdciel"
license=('GPL')
depends=('libpasastro')
provides=('ccdciel')
md5sums=("e94db76a0b0a9b445bc940714c87c4a1")
source=("https://sourceforge.net/projects/ccdciel/files/ccdciel_"$pkgver"/ccdciel-"$pkgver"-2227-linux_"${arch}".tar.xz")

package() {
    mkdir "${pkgdir}"/usr/
    tar -xf "${srcdir}"/ccdciel-"$pkgver"-2227-linux_"${arch}".tar.xz --strip 1 -C "${pkgdir}/usr/"
    chown -R root:root "${pkgdir}/usr/"
}