summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdouard Lafon2020-05-04 19:11:57 +0200
committerEdouard Lafon2020-05-04 19:11:57 +0200
commitb4730749fb28b321fca68a32dfb214167cded29c (patch)
tree048230752c3c027a893a8313637202929e69eab3
downloadaur-license-wtfpl.tar.gz
Inital commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
-rw-r--r--wtfpl.txt13
3 files changed, 42 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2aabbcb1c0d8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = license-wtfpl
+ pkgdesc = The WTFPL license template
+ pkgver = 2
+ pkgrel = 1
+ url = http://www.wtfpl.net/
+ arch = any
+ license = custom:none
+ source = wtfpl.txt
+ sha512sums = 29dc31d0b0365f8b5037c846eb7f441f38249d25cf7aeba134777dddc422ff9faff92aded93bc03b21b4390153568543b2be0c92d09c667559dd78390654e70e
+
+pkgname = license-wtfpl
+
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
+}
diff --git a/wtfpl.txt b/wtfpl.txt
new file mode 100644
index 000000000000..456c4889bf60
--- /dev/null
+++ b/wtfpl.txt
@@ -0,0 +1,13 @@
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. You just DO WHAT THE FUCK YOU WANT TO.