aboutsummaryrefslogtreecommitdiffstats
path: root/testing/markdown/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/markdown/APKBUILD
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/markdown/APKBUILD')
-rw-r--r--testing/markdown/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/markdown/APKBUILD b/testing/markdown/APKBUILD
deleted file mode 100644
index 7140e07486..0000000000
--- a/testing/markdown/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: z3bra <willy at mailoo dot org>
-# Maintainer:
-pkgname=markdown
-_pkgreal=Markdown
-pkgver=1.0.1
-pkgrel=0
-pkgdesc="Text-to-HTML conversion tool for web writers"
-url="http://daringfireball.net/projects/markdown/"
-arch="noarch"
-license="custom:BSD"
-depends="perl"
-depends_dev=""
-makedepends="$depends_dev"
-install=""
-subpackages=
-source="http://daringfireball.net/projects/downloads/Markdown_1.0.1.zip"
-
-_builddir=$srcdir/${_pkgreal}_${pkgver}
-
-build() {
- cd "$_builddir"
- pod2man "Markdown.pl" > "$_builddir/$pkgname.1"
-}
-
-package() {
- cd "$_builddir"
- install -Dm755 "Markdown.pl" "${pkgdir}/usr/bin/${pkgname}"
- install -Dm644 "License.text" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
-}
-
-md5sums="f17b3c2b2830c6fd2fe0098226e59a2f Markdown_1.0.1.zip"
-sha256sums="6520e9b6a58c5555e381b6223d66feddee67f675ed312ec19e9cee1b92bc0137 Markdown_1.0.1.zip"
-sha512sums="962df356e641326fbf29cdedc36dafb5f04683f0b3f5eb1efb8e15994e1e000b5a6882c84f09db4a6f8f948811ebbe76759e27871c644e690884db31705eab1f Markdown_1.0.1.zip"