Package Details: pixiewps-git 1.4.2.r6.g464326f-1

Git Clone URL: https://aur.archlinux.org/pixiewps-git.git (read-only, click to copy)
Package Base: pixiewps-git
Description: Offline bruteforce of the WPS pin exploiting the low or non-existing entropy of some APs
Upstream URL: https://github.com/wiire/pixiewps
Licenses: GPL
Conflicts: pixiewps
Provides: pixiewps
Submitter: delta48
Maintainer: codyps (m3thodic)
Last Packager: codyps
Votes: 2
Popularity: 0.000000
First Submitted: 2015-08-13 18:12 (UTC)
Last Updated: 2023-11-25 03:02 (UTC)

Required by (2)

Sources (1)

Latest Comments

m3thodic commented on 2022-05-06 06:55 (UTC)

Updated PKGBUILD:

# Maintainer: Mitch Bigelow <ipha00@gmail.com>
# Contributor: delta48 <dark.magician.48+aur[at]gmail[dot]com>

pkgname=pixiewps-git
pkgver=1.4.2.r6.g464326f
pkgrel=1
pkgdesc="Offline bruteforce of the WPS pin exploiting the low or non-existing entropy of some APs"
arch=('i686' 'x86_64')
url="https://github.com/wiire/pixiewps"
license=('GPL')
depends=('openssl')
makedepends=('git')
conflicts=('pixiewps')
provides=('pixiewps')
source=("${pkgname}::git+https://github.com/wiire/pixiewps.git")
sha256sums=('SKIP')

pkgver() {
    cd "${srcdir}/${pkgname}"

    git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}

build() {
    cd "${srcdir}/${pkgname}"

    make
}

package() {
    cd "${srcdir}/${pkgname}"

    make PREFIX="${pkgdir}/usr" install
}

sandalswallow commented on 2021-08-06 08:52 (UTC)

Finally got Transaction successfully finished. after made some changes.

pkgver() {
  cd "$_pkgname"
  git describe --long --tags | sed 's/^[v-]//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

build() {
    cd "$_pkgname"
    # edit makefile
    sed -e 14d -e 16d -e '15 s/install/& -Dm 755 /'  -i Makefile
    make
}

package() {
    cd "$_pkgname"
    make PREFIX="$pkgdir/usr" install
}

dreieck commented on 2018-05-28 11:37 (UTC) (edited on 2018-05-28 11:38 (UTC) by dreieck)

build() runs a sed-command which expects a Makefile somewhere, but it is not present where it is expected.

Can you fix it?

Here the error output:

==> Starting pkgver()...
==> Updated version: pixiewps-git r237.9e5bdc6-1
==> Starting build()...
sed: can't read Makefile: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...

delta48 commented on 2016-08-19 20:17 (UTC)

can you paste the patch here i can't see the link you send, thank you

codebam commented on 2016-08-18 07:11 (UTC)

Fixed the sed line here: https://ptpb.pw/87a2