diff options
author | Lars Grüter | 2021-10-15 16:43:00 +0200 |
---|---|---|
committer | Lars Grüter | 2021-10-15 16:43:00 +0200 |
commit | 9db18b7dbf1f38d10654a326de5e9590cbb9cbc1 (patch) | |
tree | 3629fdfea54fc1d55b7e02b38256438b718a23a3 | |
parent | 75d02af721c915b23286289de9da01a8a398761a (diff) | |
download | aur-9db18b7dbf1f38d10654a326de5e9590cbb9cbc1.tar.gz |
Include CHANGELOG.md and INSTALL.sh with reminder
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | CHANGELOG.md | 0 | ||||
-rw-r--r-- | INSTALL.sh | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 4faa99e869d1..a648ca955694 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,3 @@ *.tar.zst pkg src - -# Ignore helper script -update.sh diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/CHANGELOG.md diff --git a/INSTALL.sh b/INSTALL.sh new file mode 100644 index 000000000000..7aa53b3eba40 --- /dev/null +++ b/INSTALL.sh @@ -0,0 +1,6 @@ +# Pre- and post-install scriptlet to be packaged. + +post_install() { + echo "For periodic execution of pacautomation enable the included systemd " + echo "timer: systemctl enable --now pacautomation.timer" +} @@ -10,6 +10,8 @@ license=("GPL") depends=("python>=3.9" "hicolor-icon-theme") optdepends=("breeze-icons: icons for desktop notifications") backup=("etc/pacautomation.conf") +install="INSTALL.sh" +changelog="CHANGELOG.md" source=("https://gitlab.com/lagru/pacautomation/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz") # Update with updpkgsums sha256sums=('a20eb44c88729232685298c3a03578cd119af34ec5b68f52b15d0ab81e4abe20') |