Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Panek
aports
Commits
daade37f
Commit
daade37f
authored
10 years ago
by
Eivind Uggedal
Browse files
Options
Downloads
Patches
Plain Diff
testing/py-hoedown: new aport
parent
4ee2c8e2
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py-hoedown/APKBUILD
+31
-0
31 additions, 0 deletions
testing/py-hoedown/APKBUILD
with
31 additions
and
0 deletions
testing/py-hoedown/APKBUILD
0 → 100644
+
31
−
0
View file @
daade37f
# Maintainer: Eivind Uggedal <eivind@uggedal.com>
pkgname
=
py-hoedown
_pkgname
=
hoedown
pkgver
=
0.2
pkgrel
=
0
pkgdesc
=
"Python binding for hoedown, a markdown parsing library"
url
=
"https://github.com/hhatto/python-hoedown"
arch
=
"all"
license
=
"MIT"
depends
=
"python"
depends_dev
=
""
makedepends
=
"python-dev py-setuptools"
install
=
""
subpackages
=
""
source
=
"http://pypi.python.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
build
()
{
cd
"
$_builddir
"
python setup.py build
}
package
()
{
cd
"
$_builddir
"
python setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
md5sums
=
"76f56e222a52e0b575bba5274cd6bddf hoedown-0.2.tar.gz"
sha256sums
=
"b3f3b4885a63c545805cbc2ecf72036649623b60b97dcdc46348293bc7bf0ed3 hoedown-0.2.tar.gz"
sha512sums
=
"a3f872571c84665de24c594040ca72311e1dbac40f14c099f67de7b6bf3a30b4d6616b5b489a00280e5f08441d70a5774787fd39e059aea10b65cc89828cb7c1 hoedown-0.2.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment