archpackaging

PKGBUILDs
git clone https://git.awy.one/archpackaging
Log | Files | Refs

PKGBUILD (643B) - View raw


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
pkgname=('everforest-cursors')
pkgver=0
pkgrel=1
pkgdesc='Everforest cursors'
arch=('any')
url='https://github.com/talwat/everforest-cursors'
license=('GPL3')
source=('everforest-cursors-variants.tar.bz2')
sha256sums=('SKIP')

package() {
    # cd "$srcdir/$pkgbase"
    # sed -i icons/*/index.theme -e 's/oomox-//'
    # sed -i icons/Everforest-Light/index.theme -e 's/[Ee]verforest_[Ll]ight/Everforest-Light/g'
    mkdir -p "$pkgdir/usr/share/icons"
    # cp -r icons/Everforest-Dark "$pkgdir/usr/share/icons/"
    # cp -r icons/Everforest-Light "$pkgdir/usr/share/icons/"
    cp -r "$srcdir/everforest-cursors" "$pkgdir/usr/share/icons/"
}