Skip to content
Snippets Groups Projects
Commit fb711387 authored by Sören Tempel's avatar Sören Tempel
Browse files

main/xbanish: modernize APKBUILD

parent 19a5396c
No related branches found
No related tags found
No related merge requests found
......@@ -9,20 +9,19 @@ arch="all"
license="BSD"
depends=""
depends_dev=""
makedepends="$depends_dev libx11-dev libxt-dev libxfixes-dev libxi-dev"
makedepends="libx11-dev libxt-dev libxfixes-dev libxi-dev"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
_builddir="$srcdir/$pkgname-$pkgver"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$_builddir"
cd "$builddir"
make
}
package() {
cd "$_builddir"
cd "$builddir"
mkdir -p "$pkgdir"/usr/bin
mkdir -p "$pkgdir"/usr/share/man/man1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment