# Maintainer: Luke pkgname='dye' pkgdesc="An ultrafast image colorizer tool" pkgver=1.1.1 pkgrel=0 arch=('x86_64') url="https://github.com/Infinitybeond1/dye" license=('GPL3') source=("dye-$pkgver.zip::https://github.com/Infinitybeond1/dye/releases/download/v$pkgver/dye-linux.zip") package() { install -D "dye" "$pkgdir/usr/bin/dye" } sha256sums=('SKIP')