summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e8a169d28ecc401f0ec4205ecf35fd6f7c9fd56d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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=()
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
}