summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dcb36cc86a25eee6ac1bf45b7e4934194a2199ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: dadav <33197631+dadav@users.noreply.github.com>

pkgname=rofi-tmpmail-git
pkgver=0.1.0
pkgrel=1
pkgdesc="This tool if a rofi wrapper for the tmpmail tool"
arch=('x86_64')
url="https://github.com/dadav/rofi-tmpmail"
license=('GPL')
makedepends=()
depends=('xclip' 'tmpmail-git' 'rofi')
provides=('rofi-tmpmail')
source=("https://github.com/dadav/rofi-tmpmail/archive/${pkgver}.zip")
sha256sums=('SKIP')

package() {
  cd "${srcdir}/rofi-tmpmail-${pkgver}"
  install -D -m0755 rofi-tmpmail.sh ${pkgdir}/usr/bin/rofi-tmpmail
}