Skip to content

Commit

Permalink
create: unicons pacscript
Browse files Browse the repository at this point in the history
Empty .SRCINFO
  • Loading branch information
ajstrongdev committed Oct 28, 2024
1 parent d6a024d commit b04f3ef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Empty file added packages/unicons-git/.SRCINFO
Empty file.
19 changes: 19 additions & 0 deletions packages/unicons-git/unicorns-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pkgname="unicons-git"
source=("https://github.com/rhino-linux/unicons.git")
arch=("all")
pkgver="0.0.1"
gives="unicons"
pkgdesc="Unicorn Desktop Icons. By the Rhino Linux Team"
maintainer=("AJStrong <[email protected]>")
depends=("gtk-update-icon-cache")

build() {
cd "${gives}"
mkdir -p "${pkdir}/usr/share/icons"
}

package() {
cd "${gives}"
install -dm755 "${pkgdir}/usr/share/icons/unicons"
gtk-update-icon-cache "${pkgdir}/usr/share/icons/Unicons"
}

0 comments on commit b04f3ef

Please sign in to comment.