summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Long2024-04-05 12:38:12 -0500
committerTyler Long2024-04-05 12:38:12 -0500
commit48f55f8e0163aa3509b6a1fd27e1b06a3e0f17cb (patch)
tree22a9fb3520d8f3fa2dc4f0da235c1320479f6086
parenta28878f09e526d091966ed8b8c28dba6a7026aed (diff)
downloadaur-48f55f8e0163aa3509b6a1fd27e1b06a3e0f17cb.tar.gz
added checksums and license file and generate SRCINFO
-rw-r--r--.SRCINFO18
-rw-r--r--LICENSE13
-rw-r--r--PKGBUILD5
3 files changed, 35 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..13f8f6d4d94a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = lemurs-openrc
+ pkgdesc = OpenRC script for lemurs a TUI Display/Login Manager
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://aur.archlinuc.org/lemurs-openrc
+ arch = x86_64
+ license = custom:WTFPL
+ depends = lemurs
+ optdepends = openrc: to make use of the OpenRC initscripts.
+ source = lemursd.initd
+ source = LICENSE
+ source = lemursd.install
+ sha256sums = d6336a8a05895b40bd3efdaaf8ba14b6e5f3e31c980e33a24d0bd2c7d25624c4
+ sha256sums = 96f17857f3eb28a7d93dad930bc099a3cb65a9a2afb37069bfd1ba5ec5964389
+ sha256sums = b370c632e59f8680acb3fdab52172269f359bc9be3fb8093595e0fa4969ba50a
+
+pkgname = lemurs-openrc
+ install = lemursd.install
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..5c93f4565468
--- /dev/null
+++ b/LICENSE
@@ -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.
diff --git a/PKGBUILD b/PKGBUILD
index 8b3bf936c27a..878fad89ebe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,11 @@ optdepends=('openrc: to make use of the OpenRC initscripts.')
source=(
'lemursd.initd'
'LICENSE'
+ 'lemursd.install'
)
-sha256sums=(SKIP)
+sha256sums=('d6336a8a05895b40bd3efdaaf8ba14b6e5f3e31c980e33a24d0bd2c7d25624c4'
+ '96f17857f3eb28a7d93dad930bc099a3cb65a9a2afb37069bfd1ba5ec5964389'
+ 'b370c632e59f8680acb3fdab52172269f359bc9be3fb8093595e0fa4969ba50a')
package() {
install -Dm755 ${srcdir}/lemursd.initd "$pkgdir"/etc/init.d/lemursd