summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 75ceecb9d7685f45dc8123cca1bda35b6afb135b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>

pkgname=beautyline
pkgver=20240421
_commit=2c1dac627be2bfc3f8047df5697fba466564275f
pkgrel=1
epoch=1
pkgdesc="Outlined icons designed to have unified look and comprehensive coverage with the Candy icon pack (best suited to use with Sweet theme)"
arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/artwork/$pkgname"
license=('GPL')
makedepends=('git')
options=('!strip')
source=("git+${url}.git#commit=${_commit}")
sha256sums=('38e869e4e9f69c75de9845c7bcac81c8570f7f2b57899b08ae4298169ca67686')

package() {
    install -d "${pkgdir}/usr/share/icons/BeautyLine"
    cp -r "${pkgname}/." "${pkgdir}/usr/share/icons/BeautyLine"
    find "${pkgdir}/usr" -type f -exec chmod 644 {} \;
    find "${pkgdir}/usr" -type d -exec chmod 755 {} \;
}