aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2022-04-01 13:34:22 +0200
committerRaphael Nestler2022-04-01 13:34:22 +0200
commitf997191127a2ab2f062350be5ba71ff1178a82c3 (patch)
tree93ecfd46d9ebfaa76bd4a0302b167b5f33bfe9af
downloadaur-f997191127a2ab2f062350be5ba71ff1178a82c3.tar.gz
Initial meta package
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD14
3 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..29437a300ee8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = thinkpad-p14s
+ pkgdesc = Utilities and dependencies for a Thinkpad P14s laptop
+ pkgver = 0.1.0
+ pkgrel = 1
+ url = https://aur.archlinux.org/
+ arch = any
+ license = GPL
+ depends = amd-ucode
+ optdepends = acpi_call: Allow to configure battery charging behavior
+
+pkgname = thinkpad-p14s
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d269f477a888
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/*.tar.xz
+/*.tar.gz
+/*.tar.zst
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0c81ab52c5a1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: Raphael Nestler <raphael.nestler@gmail.com>
+pkgname=thinkpad-p14s
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Utilities and dependencies for a Thinkpad P14s laptop"
+arch=('any')
+url="https://aur.archlinux.org/"
+license=('GPL')
+depends=('amd-ucode')
+optdepends=(
+ 'acpi_call: Allow to configure battery charging behavior'
+)
+source=()
+sha512sums=()