summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 10bd67354cb7f11f1d1e297e2ba1a3e03d7f117e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Matthew Hague <matthewhague at zoho dot com>

pkgname=perl-extract-url-git
pkgver=1
pkgrel=2
pkgdesc='Alternative or preprocessor for urlview, primarily for use with mutt'
arch=(any)
url='http://www.memoryhole.net/~kyle/extract_url'
replaces=(extracturl-git)
conflicts=(extracturl-git perl-extract-url)
provides=(perl-extract-url)
license=('BSD-2-Clause (simplified)')
depends=('perl'
         'perl-mime-tools'
         'perl-html-parser')
optdepends=('perl-curses-ui: allows it to fully replace urlview'
            'perl-uri-find: for recognising more exotic urls')
source=(git+https://github.com/m3m0ryh0l3/extracturl.git)
sha256sums=('SKIP')

package() {
  cd $srcdir/extracturl
  make
  make  DESTDIR=$pkgdir install 
}