diff options
| author | Deposite Pirate | 2019-03-28 21:24:12 +0100 |
|---|---|---|
| committer | Deposite Pirate | 2019-03-28 21:24:12 +0100 |
| commit | 301f0599428da8e7983a36d82dbf5d220b1d5faa (patch) | |
| tree | 96e3eb66f0d9d227f730ae4a1a8ba91b2c64fdec /tox-weechat-git-nogaems/PKGBUILD | |
| parent | 09b731793465788174f2d83f900634e2cf2951c7 (diff) | |
* The patch has been merged in master. So drop it.
deleted: tox-weechat-git-nogaems/.gitignore
deleted: tox-weechat-git-nogaems/PKGBUILD
deleted: tox-weechat-git-nogaems/tox-weechat-bootstrap.patch
Diffstat (limited to 'tox-weechat-git-nogaems/PKGBUILD')
| -rw-r--r-- | tox-weechat-git-nogaems/PKGBUILD | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/tox-weechat-git-nogaems/PKGBUILD b/tox-weechat-git-nogaems/PKGBUILD deleted file mode 100644 index 87c08b2..0000000 --- a/tox-weechat-git-nogaems/PKGBUILD +++ /dev/null @@ -1,49 +0,0 @@ -# Maintainer: Deposite Pirate <dpirate at metalpunks dot info> -# -# Upstream: https://git.metalpunks.info/arch-ports - -_pkgname=tox-weechat -pkgname=${_pkgname}-git-nogaems -pkgver=r337.ecf3467 -pkgrel=2 -pkgdesc='Tox protocol plugin for WeeChat' -arch=('i686' 'x86_64') -url='https://github.com/haavardp/tox-weechat' -license=('GPL3') -depends=('toxcore' 'weechat>=1.0.1') -makedepends=('git' 'cmake') -provides=("${_pkgname}") -conflicts=("${_pkgname}") -source=("${pkgname}::git+https://github.com/nogaems/tox-weechat" - "${_pkgname}-bootstrap.patch") -sha256sums=('SKIP' - 'SKIP') - -pkgver() { - cd "${pkgname}" - printf 'r%s.%s' \ - "$(git rev-list --count HEAD)" \ - "$(git rev-parse --short HEAD)" -} - -prepare() { - cd "${pkgname}" - git checkout file_transfer - - patch -p1 -i "${srcdir}/${_pkgname}-bootstrap.patch" -} - -build() { - cd "${pkgname}" - cmake \ - -DCMAKE_C_FLAGS="${CFLAGS}" \ - -DCMAKE_INSTALL_PREFIX="/usr" . - make -} - -package() { - cd "${pkgname}" - make install DESTDIR="${pkgdir}" - install -dm755 "${pkgdir}/usr/share/doc/${_pkgname}" - install -m644 AUTHORS README.md "${pkgdir}/usr/share/doc/${_pkgname}" -} |
