Browse Source

Update cr2fits

master
Pekka Helenius 5 years ago
parent
commit
6e575cc771
1 changed files with 9 additions and 5 deletions
  1. +9
    -5
      cr2fits/PKGBUILD

+ 9
- 5
cr2fits/PKGBUILD View File

@ -1,17 +1,21 @@
# Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
pkgname=cr2fits
pkgver=2.1.0
pkgrel=1
pkgdesc="A script to convert RAW images to FITS images."
url=(https://github.com/eaydin/cr2fits/)
url=('https://github.com/eaydin/cr2fits/')
arch=('any')
license=('MIT')
source=(https://github.com/eaydin/cr2fits/blob/master/cr2fits.py)
depends=('python' 'python-pyfits' 'dcraw' 'dolphin')
source=(
'https://github.com/eaydin/cr2fits/blob/master/cr2fits.py'
)
md5sums=('04924ee6fa2529d57e83603e73516984')
package() {
mkdir -p $pkgdir/usr/bin/
cp $srcdir/$pkgname.py $pkgdir/usr/bin/$pkgname.py
chmod 755 $pkgdir/usr/bin/$pkgname.py
mkdir -p $pkgdir/usr/bin/
cp $srcdir/$pkgname.py $pkgdir/usr/bin/$pkgname.py
chmod 755 $pkgdir/usr/bin/$pkgname.py
}

Loading…
Cancel
Save