Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
639
Issues
639
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
0466d40e
Commit
0466d40e
authored
Apr 05, 2016
by
xsteadfastx
Committed by
Natanael Copa
Jun 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/bitlbee-facebook: new package
parent
2dcaac18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
testing/bitlbee-facebook/APKBUILD
testing/bitlbee-facebook/APKBUILD
+32
-0
No files found.
testing/bitlbee-facebook/APKBUILD
0 → 100644
View file @
0466d40e
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname
=
bitlbee-facebook
pkgver
=
1.0.0
pkgrel
=
0
pkgdesc
=
"Facebook protocol plugin for BitlBee"
url
=
"https://github.com/jgeboski/bitlbee-facebook"
arch
=
"all"
license
=
"GPL"
depends
=
"bitlbee json-glib"
depends_dev
=
""
makedepends
=
"
$depends_dev
bitlbee-dev autoconf automake libtool json-glib-dev"
install
=
""
subpackages
=
""
source
=
"https://github.com/jgeboski/bitlbee-facebook/releases/download/v
${
pkgver
}
/bitlbee-facebook-
${
pkgver
}
.tar.gz"
_builddir
=
"
$srcdir
/bitlbee-facebook-
${
pkgver
}
"
build
()
{
cd
"
$_builddir
"
./autogen.sh
||
return
1
./configure
||
return
1
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"22e8044e7678e287534877dadc34fa94 bitlbee-facebook-1.0.0.tar.gz"
sha256sums
=
"ab3407c3b2f2d5cf90ef2a8b6f9da1ab5833cbad58cdde26a8a8847a48afd795 bitlbee-facebook-1.0.0.tar.gz"
sha512sums
=
"14cf6263c12636465a73f6fa442083af2c2f7bddc101fca84a8a6cec4b8c58cd0d5e0aea3901c25bd27ea7f2eb5b5fb65543a1501db948066cc780f52339a94e bitlbee-facebook-1.0.0.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment