15 lines
586 B
Bash
15 lines
586 B
Bash
|
# Template file for 'mugshot'
|
||
|
pkgname=mugshot
|
||
|
version=0.3.2
|
||
|
revision=1
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3 python3-distutils-extra intltool"
|
||
|
depends="gtk+3 python3-pexpect python3-dbus python3-cairo python3-gobject accountsservice"
|
||
|
short_desc="Program to update personal user details"
|
||
|
maintainer="zethra <jediben97@gmail.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://launchpad.net/mugshot"
|
||
|
distfiles="https://launchpad.net/mugshot/${version%.*}/$version/+download/mugshot-${version}.tar.gz"
|
||
|
checksum=ee3debca912c6ddbba613531ab0856496dd247a1f084740ba48cbf42b364c7f0
|
||
|
noarch=yes
|