Skip to content

Commit

Permalink
pkg: danctnix: libpurple-xmpp-http-upload: new pkgbuild
Browse files Browse the repository at this point in the history
Closes #118

Signed-off-by: Danct12 <[email protected]>
  • Loading branch information
Danct12 committed Jan 21, 2021
1 parent d2253f1 commit 25c4ac0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions PKGBUILDS/danctnix/libpurple-xmpp-http-upload/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Maintainer: Danct12 <[email protected]>
# Contributor: Silvio Knizek <[email protected]>
_pkgname="purple-xmpp-http-upload"
pkgname="lib${_pkgname}"
pkgver=0.2.2
pkgrel=1
pkgdesc="HTTP File Upload plugin for libpurple (XMPP Protocol)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/Junker/purple-xmpp-http-upload"
license=('GPL3')
depends=('libpurple' 'glib2' )
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}::git+${url}.git#commit=${pkgver}")
md5sums=('SKIP')

build() {
cd ${_pkgname}
make
}

package() {
cd ${_pkgname}
make DESTDIR="${pkgdir}" install
}

0 comments on commit 25c4ac0

Please sign in to comment.