summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2abc7cc7a5460d136a7494932b59bc71c26c937d (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=master
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/refs/heads/${pkgver}.zip")
sha256sums=('SKIP')

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