Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Argon2: Add version 20171227
Argon2 is a password-hashing function, which keepasxc need.
  • Loading branch information
david committed Apr 18, 2019
1 parent bf1b623 commit 6f4ee0b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions argon2.be0
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION argon2-20171227-0

SRCURL[0]="https://github.com/P-H-C/phc-winner-argon2/archive/${PKGVERSION}.tar.gz argon2-20171227.tar.gz"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

mee_build() {
bee_build OPTTARGET=generic
}

mee_install() {
bee_install OPTTARGET=generic
install -Dm644 man/${PKGNAME}.1 ${D}${MANDIR}/man1/${PKGNAME}.1
install -Dm644 lib${PKGNAME}.pc ${D}${LIBDIR}/pkgconfig/lib${PKGNAME}.pc
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 6f4ee0b

Please sign in to comment.