summaryrefslogtreecommitdiff
path: root/textmail/PKGBUILD
blob: 6ba8fa7d18f55b333989f5c76838141ec10fbd9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname='textmail'
pkgver='1.0'
pkgrel=1
source=("https://github.com/raforg/$pkgname/archive/v$pkgver.tar.gz")
sha512sums=('008fe1d8783d9b0062f4a98f440798cf5304056057b85887a74e4a4bdee7e39e09b6490fbaa5cef04a8dd45feb614187f049d655d246c86713423aa198cd64cf')
arch=('any')
depends=('perl')
license=('GPL2')

package() {
  cd $pkgname-$pkgver
  make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" MANDIR="$pkgdir/usr/share/man" install
}