summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1fcf0914fdec3687c176798188ca423f92f8b382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=xfractint  
pkgver=20.04p14
pkgrel=5
pkgdesc="A fractal generator wellknown from good old DOS days"
url="http://www.fractint.org/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('libxft')
makedepends=('gcc8' 'yasm' 'git')
source=(fractint.sh \
git+https://gitlab.com/stefanhusmann/xfractint.git)
sha256sums=('dc889d2b3655d2d5698ac350de5fe0636d8e23c7d7224b378133012916e3535e'
            'SKIP')

package() {
  cd $pkgname/$pkgname-$pkgver
  make CC=gcc-8 AS=yasm DESTDIR="$pkgdir"/usr install
  install -Dm755 "$srcdir"/fractint.sh "$pkgdir"/etc/profile.d/xfractint.sh 
}