Skip to content

Commit

Permalink
add PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
FreaxMATE committed Jan 3, 2022
1 parent df2dff9 commit 1d05212
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Maintainer: Konstantin Unruh <[email protected]>
pkgname=pop-metacity-theme
pkgver=5.3.1
pkgrel=1
pkgdesc="System76 Pop Metacity Theme"
arch=('any')
url="https://github.com/FreaxMATE/$pkgname"
license=('GPL3')
makedepends=('meson')
optdepends=('pop-gtk-theme: for Pop GTK Theme'
'pop-icon-theme: for Pop Icon Theme')

source=("$pkgname-$pkgver.tar.gz::https://github.com/FreaxMATE/$pkgname/archive/v$pkgver.tar.gz")


build() {
cd "$pkgname-$pkgver"
meson --prefix=/usr build
}

package() {
cd "$pkgname-$pkgver"
DESTDIR="$pkgdir" ninja install -C build
}

0 comments on commit 1d05212

Please sign in to comment.