Skip to content

Commit

Permalink
archrelease: copy trunk to testing-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@394632 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eworm committed Aug 24, 2020
1 parent c3ac65d commit 86e5391
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions iw/repos/testing-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Maintainer: Thomas Bächler <[email protected]>

pkgname=iw
pkgver=5.4
pkgrel=2
pkgdesc='nl80211 based CLI configuration utility for wireless devices'
arch=('x86_64')
url='https://wireless.wiki.kernel.org/en/users/documentation/iw'
license=('GPL')
depends=('libnl')
makedepends=('linux-api-headers')
validpgpkeys=('C0EBC440F6DA091C884D8532E0F373F37BF9099A') # Johannes Berg
source=("https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar."{xz,sign})
sha256sums=('a2469f677088d7b1070a7fbb28f3c747041697e8f6ec70783339cb1bc27a395f'
'SKIP')

build() {
cd "$srcdir"/$pkgname-$pkgver
make
}

package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install
}

0 comments on commit 86e5391

Please sign in to comment.