mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
afpfs-ng: v0.8.2 bump
This commit is contained in:
parent
7ee3697cd2
commit
e6456fd400
2 changed files with 28 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST afpfs-ng-0.8.1.tar.bz2 344014 SHA256 688560de1cde57ab8d9e0ef7dc6436dbf0267fe8884f9014e50ff92b297b01a8
|
||||
DIST afpfs-ng-0.8.1.tar.bz2 344014 SHA256 688560de1cde57ab8d9e0ef7dc6436dbf0267fe8884f9014e50ff92b297b01a8 SHA512 cfb4ab145566cf75490ff6835482a2b3378f56cc223c5f4360cdd85acb221bf744ba2b00e0a851c8f155ad88a9deb778762547c4eda236cb80f671ef85f4525e WHIRLPOOL 137ba67a300216d68e76ec4267a86a105c7ea4a3bca470fd0ade55e7c8418af4cef99deade7d269a6f196a6dce6666c946511798b8093e08d84637f42e6ad8a2
|
||||
DIST afpfs-ng-0.8.2.tar.gz 498120 SHA256 f221aba43c6457b339668bc36898e11e50f2e91f71b14491209c0d224945da2b SHA512 635bed31596f8d7c35eae30b84f5cee5efe21993edd3bc375535361f1dc1c276f3716dc686029487c909d2702cea0d6316cbcd4f2b3b9a295713a8cbe1655020 WHIRLPOOL d6e527b75c29f8c84c400c581775ed7e8a09948729948fac8de32594b2bdeff7f1c7772c5c6804aec91bcda05f96142f8efe2bdfb438440a3ac067141b0dca18
|
||||
|
|
|
|||
26
net-fs/afpfs-ng/afpfs-ng-0.8.2.ebuild
Normal file
26
net-fs/afpfs-ng/afpfs-ng-0.8.2.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="a client for the Apple Filing Protocol"
|
||||
HOMEPAGE="https://github.com/simonvetter/afpfs-ng"
|
||||
SRC_URI="https://raw.githubusercontent.com/simonvetter/afpfs-ng/master/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="sys-fs/fuse"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" emake install
|
||||
insinto /usr/include/$PN
|
||||
doins include/* || die "failed to install headers"
|
||||
}
|
||||
Loading…
Reference in a new issue