19 lines
457 B
Plaintext
19 lines
457 B
Plaintext
# Tanım: Linux için bir simge seti
|
||
# URL: https://github.com/sonakinci41/DamaDamas-icon-theme
|
||
# Paketçi: yasarciv67@gmail.com
|
||
# Gerekler: hicolor-icon-theme
|
||
|
||
name=damadamas-icon-theme
|
||
_name=DamaDamas-icon-theme
|
||
version=0.1
|
||
release=1
|
||
source=()
|
||
|
||
build() {
|
||
git clone https://github.com/sonakinci41/DamaDamas-icon-theme.git
|
||
cd "${_name}"
|
||
rm {CMakeLists.txt,README.md}
|
||
install -d "$PKG/usr/share/icons/$_name"
|
||
cp -a * "$PKG/usr/share/icons/$_name/"
|
||
}
|