mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-13 02:36:34 +02:00
the usual implicit declaration of basename error also, remove empty depends= and default builddir=
31 lines
923 B
Text
31 lines
923 B
Text
# Contributor: Michael Pirogov <vbnet.ru@gmail.com>
|
|
# Maintainer: Michael Pirogov <vbnet.ru@gmail.com>
|
|
pkgname=goomwwm
|
|
pkgver=1.0.0
|
|
pkgrel=5
|
|
pkgdesc="Get out of my way, Window Manager!"
|
|
url="https://github.com/seanpringle/goomwwm"
|
|
arch="all"
|
|
license="MIT"
|
|
makedepends="libx11-dev libxft-dev freetype-dev libxinerama-dev xorgproto"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/seanpringle/goomwwm/archive/$pkgver.tar.gz
|
|
basename.patch
|
|
"
|
|
|
|
build() {
|
|
make proto normal
|
|
}
|
|
|
|
check() {
|
|
./goomwwm --version
|
|
}
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
install -m755 -D "$builddir"/goomwwm "$pkgdir"/usr/bin/$pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
e37d80c8ea47fe136172c392521ec8d4dab361c3469d3d1626ed7c30385513301983c0ffde39f4c2e6f2dee8709da6a34f14f7bb89776f1ccde5103ab1a26764 goomwwm-1.0.0.tar.gz
|
|
57f7198bce0cf0f7e3339161300153937787c422c8f8d22ef5f75fa76b6bf7d3a48de973ac28d97c566983a6f312638c46da6cf5f0081d18db22f2bf5a77633f basename.patch
|
|
"
|