summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c51426792e4432f91616598683cbd9620ad46000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: librewish <librewish@gmail.com>

_gitname=beautyline
pkgname=beautyline
pkgver=20210128
pkgrel=1
pkgdesc="outlined icons Designed to have unified look and comprehensive coverage with Sweet gradient icons. ( best suited to use with Sweet theme)"
arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/artwork/${_gitname}"
license=('unknown')
makedepends=('git')
options=('!strip')
provides=("beautyline")
conflicts=("beautyline")
source=("git+${url}.git")
sha256sums=('SKIP')

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