Skip to content

Commit

Permalink
add: tela-circle-icon-theme (pacstall#4513)
Browse files Browse the repository at this point in the history
Co-authored-by: oklopfer <[email protected]>
  • Loading branch information
2 people authored and Zahrun committed Oct 11, 2023
1 parent 38b9dcd commit 810f082
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ tabby-deb
taskwarrior
teams-for-linux-deb
teamviewer-deb
tela-circle-icon-theme
telegram-bin
tenacity-git
thorium-deb
Expand Down
26 changes: 26 additions & 0 deletions packages/tela-circle-icon-theme/tela-circle-icon-theme.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name="tela-circle-icon-theme"
arch=('any')
pkgver="2023-06-25"
pkgdesc="A flat, colorful icon theme"
repology=("project: tela-circle-icon-theme" "repo: aur")
url="https://github.com/vinceliuice/Tela-circle-icon-theme/archive/refs/tags/${pkgver}.zip"
hash="9caaf41608a565a82f1057391d3ac7a4a1e276d9df6fc56367b202ffb8484b48"
maintainer="Herisson <[email protected]>"
gives="${name}"
breaks=("${name}" "${name}-git")
depends=("gtk-update-icon-cache")
build() {
sudo mkdir -p "${pkgdir}/usr/share/${name}"
}

package() {
for i in elementary links src; do
sudo cp -r "${i}" "${pkgdir}/usr/share/${name}"
done
sudo install -Dm755 install.sh -t "${pkgdir}/usr/share/${name}"
sudo install -Dm644 README.md -t "${pkgdir}/usr/share/${name}"
}

post_install() {
./usr/share/${name}/install.sh -c -a
}

0 comments on commit 810f082

Please sign in to comment.