summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 842e3be3630cd2c8eb7efc6b036bab312029e876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>

pkgname=mutt-vid
pkgver=1.0
pkgrel=1
pkgdesc='Manage multiple sender accounts in mutt'
url='https://github.com/protist/mutt-vid'
arch=('any')
license=('GPL3')
depends=('mutt')
source=("https://github.com/protist/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('defcbf56b6fe071aa4dc4975ab24aefb4cedb0b55573f42f0322ff3e5102637d')

package() {
  cd "$pkgname-$pkgver"

  install -Dm755 ${pkgname} "$pkgdir/usr/bin/${pkgname}"
}