Skip to content

Commit

Permalink
Add PKGBUILD to easily install tardiff on Arch Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
maksverver committed Oct 18, 2020
1 parent 6bf7a53 commit 67a2656
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pkgname=tardiff
pkgver=1.0
pkgrel=1
pkgdesc="Binary diff and patch tools"
arch=('i686' 'x86_64')
depends=()

build() {
make -C "${startdir}"
}

package() {
mkdir -p "${pkgdir}/usr/bin"
make -C "${startdir}" PREFIX="${pkgdir}/usr" install
}

0 comments on commit 67a2656

Please sign in to comment.