summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdouard Lafon2020-05-04 19:11:57 +0200
committerEdouard Lafon2020-05-04 19:11:57 +0200
commitb4730749fb28b321fca68a32dfb214167cded29c (patch)
tree048230752c3c027a893a8313637202929e69eab3 /PKGBUILD
downloadaur-license-wtfpl.tar.gz
Inital commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9335bf29cf76
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Edouard Lafon <dev+arch@elafon.98.wf>
+
+pkgname=license-wtfpl
+pkgver=2
+pkgrel=1
+pkgdesc="The WTFPL license template"
+arch=('any')
+url="http://www.wtfpl.net/"
+license=('custom:none')
+source=("wtfpl.txt")
+sha512sums=('29dc31d0b0365f8b5037c846eb7f441f38249d25cf7aeba134777dddc422ff9faff92aded93bc03b21b4390153568543b2be0c92d09c667559dd78390654e70e')
+
+package() {
+ cd "$pkgdir"
+ mkdir -p usr/share/licenses/common/WTFPL
+ cp "$srcdir"/wtfpl.txt usr/share/licenses/common/WTFPL/license.txt
+}