[arch-commits] Commit in btfs/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 15 15:12:19 UTC 2019


    Date: Friday, November 15, 2019 @ 15:12:19
  Author: felixonmars
Revision: 529226

archrelease: copy trunk to community-staging-x86_64

Added:
  btfs/repos/community-staging-x86_64/
  btfs/repos/community-staging-x86_64/PKGBUILD
    (from rev 529225, btfs/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: btfs/repos/community-staging-x86_64/PKGBUILD (from rev 529225, btfs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-15 15:12:19 UTC (rev 529226)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=btfs
+pkgver=2.20
+pkgrel=2
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('x86_64')
+url="https://github.com/johang/btfs"
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
+sha512sums=('6a0e0abbe07329daf810fddf2557892ec69659a381c445f7a3ada4a69e422c371d587623a9cb5f079f0738d00fca579af56f37036a2ba8060891d167fa9bb947')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list