description='Modern and clean icon theme for linux'
url='https://www.pling.com/p/1661983'

packager="spiky <spiky@nutyx.org>"
contributors="Tnut"

makedepends=(git)
run=(gtk-update-icon-cache hicolor-icon-theme)
set=()

name=colloid-icon-theme
version=2022-10-26

source=()

prepare() {
git clone https://github.com/vinceliuice/Colloid-icon-theme.git \
$name-$version
}

build() {
cd $name-$version
install -d $PKG/usr/share/icons

sed -i /gtk-update-icon-cache/d install.sh

./install.sh -t all -d $PKG/usr/share/icons

}
