updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / hexe / PKGBUILD
blobba45a5706aa503d25b69640f0d9dd4231fd609d3
1 # Maintainer: Philipp Müller <philipp(dot)mueller(at)xi-intersection(dot)de>
3 pkgname=hexe
4 pkgver=0.0.1
5 pkgrel=1
6 pkgdesc="A nano inspired hex editor"
7 arch=( 'i686' 'x86_64' )
8 url="http://spinout182.com/?a=pr&p=hexe"
9 license=('custom')
11 depends=('ncurses')
12 makedepends=('ncurses')
14 source=(
15         'http://spinout182.com/hexe/io.c'
16         'http://spinout182.com/hexe/function.c'
17         'http://spinout182.com/hexe/hexe.c'
18         'http://spinout182.com/hexe/ui.c'
19         'http://spinout182.com/hexe/hexe.h'
20         'http://spinout182.com/hexe/ui_function.c'
21         'http://spinout182.com/hexe/Makefile'
22         )
24 md5sums=(
25         '372c714445c9b5f26a06039ce49c41d6'
26         'a338c69879a4f9292fbded29fad122c6'
27         '9b476285bc45d3a51c00ccccb4fa3695'
28         '6cee48c6e37204ba8996c2c223c21114'
29         '282d6be92b55ddfba7a9d0c6e84c48a2'
30         '198cdcc1952c089fa0def806a34010d4'
31         'c1f6af02332bb1b6757a08515c3cb3cf'
32         )
34 package() {
35         make
36         
37         install -D -m755 ${srcdir}/hexe ${pkgdir}/usr/bin/hexe