summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bd8c77f94fb500af1da1de7a908874646374f594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Matteo Salonia <saloniamatteo@protonmail.com>

pkgname=memethesis-cli
pkgver=3.2.1
pkgrel=1
pkgdesc="Create memes from the terminal"
arch=('any')
url="https://github.com/fakefred/memethesis-cli"
license=('GPL3')
depends=('python>=3' 'imagemagick')
source=("https://github.com/fakefred/memethesis-cli/archive/3.2.1.tar.gz")
sha256sums=("3c0b1727bdc8e7c39885cdbfcdf6bc1daeae84b8be4780c756f053e42a37e31c")

package() {
	# go into memethesis-cli-3.2.1-1
	cd "${srcdir}/${pkgname}-${pkgver}"
	# install memethesis-cli; binary is in /usr/bin/memethesis
	python3 setup.py install --root="$pkgdir"
}