summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e400e138b973c72a9378eda6c5d629069cb40bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>

_pkgname=yadp
pkgname=$_pkgname-git
pkgver=0.0.0
pkgrel=1
pkgdesc='Yet Another xDelta Patcher'
arch=('any')
url='https://github.com/Nhoya/YADP'
license=('GPL3')
depends=('xdelta3')
source=("https://raw.githubusercontent.com/Nhoya/YADP/master/YADP")
sha256sums=('SKIP')

package() {
  install -Dm755 YADP "$pkgdir/usr/bin/$_pkgname"
}