diff --git a/common/shlibs b/common/shlibs
index 0b5a0d8677c..8ff8909568f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1917,4 +1917,4 @@ liblxqt.so.0 liblxqt-0.9.0_1
 liblxqtmount.so.0 liblxqt-mount-0.9.0_1
 liblxqt-globalkeys.so.0 lxqt-globalkeys-0.9.0_1
 liblxqt-globalkeys-ui.so.0 lxqt-globalkeys-0.9.0_1
-
+libenet.so.7 libenet-1.3.12_1
diff --git a/srcpkgs/libenet-devel b/srcpkgs/libenet-devel
new file mode 120000
index 00000000000..9979c877b4e
--- /dev/null
+++ b/srcpkgs/libenet-devel
@@ -0,0 +1 @@
+libenet
\ No newline at end of file
diff --git a/srcpkgs/libenet/template b/srcpkgs/libenet/template
new file mode 100644
index 00000000000..44568552f0d
--- /dev/null
+++ b/srcpkgs/libenet/template
@@ -0,0 +1,23 @@
+# Template file for 'enet'
+pkgname=libenet
+version=1.3.12
+revision=1
+build_style=gnu-configure
+short_desc="Reliable UDP networking library"
+maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
+license="MIT"
+homepage="http://enet.bespin.org"
+distfiles="http://enet.bespin.org/download/enet-${version}.tar.gz"
+wrksrc="enet-${version}"
+checksum=a5851cbd0dde2ddb47bca487a61976825159cb508ece3b1e34605420ac7e1d0b
+
+libenet-devel_package() {
+	depends="libenet>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+		vmove usr/include
+	}	
+}
+