summarylogtreecommitdiffstats
path: root/discount-0.4-1.rockspec
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-13 19:20:33 +0300
committerDimitris Kiziridis2020-05-13 19:20:33 +0300
commitda91e2a5f4d5b3342de6d4b9d903249b5ec5b5db (patch)
tree1eed4f157dd1c98c0b14de321c7ebd2bbe81653d /discount-0.4-1.rockspec
parent3766a6f4df84c6162522b4c4e520a3c840fce696 (diff)
downloadaur-da91e2a5f4d5b3342de6d4b9d903249b5ec5b5db.tar.gz
sanitize pkgbuild
Diffstat (limited to 'discount-0.4-1.rockspec')
-rw-r--r--discount-0.4-1.rockspec34
1 files changed, 0 insertions, 34 deletions
diff --git a/discount-0.4-1.rockspec b/discount-0.4-1.rockspec
deleted file mode 100644
index 0e46533b2e9f..000000000000
--- a/discount-0.4-1.rockspec
+++ /dev/null
@@ -1,34 +0,0 @@
-package = "discount"
-version = "0.4-1"
-
-description = {
- summary = "Lua bindings for the Discount Markdown library",
- homepage = "https://github.com/craigbarnes/lua-discount",
- license = "ISC"
-}
-
-source = {
- url = "https://craigbarnes.gitlab.io/dist/lua-discount/lua-discount-0.4.tar.gz",
- md5 = "919647cfea67d7430f4516609e442e4d"
-}
-
-dependencies = {
- "lua >= 5.1"
-}
-
-external_dependencies = {
- DISCOUNT = {
- header = "mkdio.h",
- library = "markdown"
- }
-}
-
-build = {
- type = "builtin",
- modules = {
- discount = {
- sources = {"discount.c"},
- libraries = {"markdown"}
- }
- }
-}