mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
16 lines
447 B
Plaintext
16 lines
447 B
Plaintext
# Description: Graphical user management utility
|
|
# URL: https://github.com/bluesabre/mugshot
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
# Depends on: gtk3 python3-cairo python3-gobject intltool python3-pexpect python3-distutils-extra
|
|
|
|
name=mugshot
|
|
version=0.4.3
|
|
release=1
|
|
source=(https://github.com/bluesabre/$name/releases/download/$name-$version/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
python3 setup.py install --root=$PKG
|
|
}
|