diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:12:07 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:12:07 +0200 |
| commit | 18502ca679efa43f5adc66d5942f13bc8879f76e (patch) | |
| tree | 0091878bdef086cd92ad9d89546cfd87b77c9e48 /aur/vix-git/PKGBUILD | |
| parent | 92c9cb7425812e62ae568c6ee0f9f9d1e1953f3d (diff) | |
| parent | 5612f51b3cde283dcebb652aaec821982c7cfd45 (diff) | |
Add 'aur/vix-git/' from commit '5612f51b3cde283dcebb652aaec821982c7cfd45'
git-subtree-dir: aur/vix-git
git-subtree-mainline: 92c9cb7425812e62ae568c6ee0f9f9d1e1953f3d
git-subtree-split: 5612f51b3cde283dcebb652aaec821982c7cfd45
Diffstat (limited to 'aur/vix-git/PKGBUILD')
| -rw-r--r-- | aur/vix-git/PKGBUILD | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/aur/vix-git/PKGBUILD b/aur/vix-git/PKGBUILD new file mode 100644 index 0000000..0cfdaad --- /dev/null +++ b/aur/vix-git/PKGBUILD @@ -0,0 +1,34 @@ +# Maintainer: Yuval Adam <yuv dot adm at gmail dot com> PGP-Key: CC2115C12D99D2F0 + +pkgname=vix-git +pkgver=de9bdcb +pkgrel=1 +pkgdesc="Visual Interface heXadecimal dump" +arch=('any') +url="http://actinid.org/vix/" +license=('unknown') +depends=('sdl') +makedepends=('libtool' 'autoconf') +source=('git+https://github.com/BatchDrake/vix') +sha1sums=('SKIP') +_gitname=vix + +pkgver() { + cd $_gitname + echo $(git describe --always | sed 's/-/./g') +} + +build() { + cd $_gitname + libtoolize + autoreconf -fvi + ./configure --prefix=/usr + make +} + +package() { + cd $_gitname + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: |
