summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 158ae18388f5e8a948ef0145b70aaa74ea36e3f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Maintainer: Michael Latman <mlatman@gmail.com>
pkgname=whatsie
pkgver=2.0.10
pkgrel=2
epoch=
pkgdesc="A simple & beautiful desktop client for WhatsApp Web."
arch=('any')
url="https://whatsie.chat"
license=('MIT')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=('lsb-release')
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=".INSTALL"
changelog=
source=("https://github.com/mrl4214/AUR/releases/download/2.0.10/whatsie-2.0.10-x86_64.pkg.tar.xz")
noextract=()
md5sums=()
validpgpkeys=()
package(){
ls
cp -R * "$pkgdir/"
 echo "$pkgdir/"
}
md5sums=('836ac02b4a451a51049b35faffaec425')