From 9dacc2c836d7f678411d9597b40e9a003b0283c2 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Fri, 20 Oct 2023 00:35:51 +0200 Subject: * Drop hexchat-otr. deleted: hexchat-otr-git/.SRCINFO deleted: hexchat-otr-git/.gitignore deleted: hexchat-otr-git/PKGBUILD --- hexchat-otr-git/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 hexchat-otr-git/PKGBUILD (limited to 'hexchat-otr-git/PKGBUILD') diff --git a/hexchat-otr-git/PKGBUILD b/hexchat-otr-git/PKGBUILD deleted file mode 100644 index fed385c..0000000 --- a/hexchat-otr-git/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Deposite Pirate -# -# Upstream: https://git.metalpunks.info/arch-ports - -pkgname=hexchat-otr-git -pkgver=r52.g22d5495 -pkgrel=1 -pkgdesc="OTR support for hexchat" -url="https://github.com/TingPing/hexchat-otr" -license=('GPL2') -arch=('i686' 'x86_64') -depends=('hexchat' 'libotr>=4.1.0') -makedepends=('git' 'meson') -conflicts=('hexchat-otr') -provides=('hexchat-otr') -source=("${pkgname}::git+${url}") -sha256sums=('SKIP') - -pkgver() { - cd "${pkgname}" - printf "r%s.g%s" \ - "$(git rev-list --count HEAD)" \ - "$(git rev-parse --short HEAD)" -} - -build() { - cd "${pkgname}" - arch-meson build -D local_install=false - ninja -C build -} - -package() { - cd "${pkgname}" - DESTDIR="${pkgdir}" ninja -C build install -} -- cgit v1.2.3-70-g09d2