Skip to content

Commit

Permalink
add pkgbuild template for binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Nov 28, 2022
1 parent 374196b commit 79f2ea0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .pkg/aur/lightdm-theme-neon-bin/PKGBUILD.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pkgname=$_pkgname
pkgver=$_pkgver
pkgdesc='Modern and customizable theme for web-greeter with a nostalgic neon look'
pkgrel=1
arch=('any')
license=('GPL')
url='https://github.com/hertg/lightdm-neon'
makedepends=()
optdepends=()
provides=()
conflicts=()
source=($_source)
sha256sums=($_sha256sum)

package() {
cd $pkgname
install -dm755 ${pkgdir}/usr/share/web-greeter/themes/neon
cp -r public/. ${pkgdir}/usr/share/web-greeter/themes/neon
}

0 comments on commit 79f2ea0

Please sign in to comment.